yuzu-fork/src/core/loader
Zach Hilman 63f26d5c40 Add support for decrypted NCA files (#567)
* Start to add NCA support in loader

* More nca stuff

* More changes to nca.cpp

* Now identifies decrypted NCA cont.

* Game list fixes and more structs and stuff

* More updates to Nca class

* Now reads ExeFs (i think)

* ACTUALLY LOADS EXEFS!

* RomFS loads and games execute

* Cleanup and Finalize

* plumbing, cleanup and testing

* fix some things that i didnt think of before

* Preliminary Review Changes

* Review changes for bunnei and subv
2018-06-21 11:16:23 -04:00
..
deconstructed_rom_directory.cpp general: Make formatting of logged hex values more straightforward 2018-05-02 09:49:36 -04:00
deconstructed_rom_directory.h loader: Use NPDM information when loading NSOs 2018-02-25 07:02:47 -07:00
elf.cpp loader: Move old logging macros over to new fmt-capable ones 2018-04-24 20:22:32 -04:00
elf.h loader: Clean up ctors and includes. 2018-01-20 15:54:17 -05:00
linker.cpp loader: Move old logging macros over to new fmt-capable ones 2018-04-24 20:22:32 -04:00
linker.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
loader.cpp Add support for decrypted NCA files (#567) 2018-06-21 11:16:23 -04:00
loader.h Add support for decrypted NCA files (#567) 2018-06-21 11:16:23 -04:00
nca.cpp Add support for decrypted NCA files (#567) 2018-06-21 11:16:23 -04:00
nca.h Add support for decrypted NCA files (#567) 2018-06-21 11:16:23 -04:00
nro.cpp Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs 2018-04-20 21:04:35 -05:00
nro.h loader: Clean up ctors and includes. 2018-01-20 15:54:17 -05:00
nso.cpp Add support for decrypted NCA files (#567) 2018-06-21 11:16:23 -04:00
nso.h Add support for decrypted NCA files (#567) 2018-06-21 11:16:23 -04:00