suyu/src/core/loader
2018-10-14 20:38:19 -04:00
..
deconstructed_rom_directory.cpp nso: Make LoadModule take a VfsFile by const reference 2018-10-14 20:38:19 -04:00
deconstructed_rom_directory.h loader: Make the Load() function take a process as a regular reference, not a SharedPtr 2018-09-29 16:00:03 -04:00
elf.cpp kernel/process: Make CodeSet a regular non-inherited object 2018-10-12 12:07:32 -04:00
elf.h loader: Make the Load() function take a process as a regular reference, not a SharedPtr 2018-09-29 16:00:03 -04:00
linker.cpp linker: Remove unused parameter from WriteRelocations() 2018-07-23 17:40:12 -04:00
linker.h linker: Remove unused parameter from WriteRelocations() 2018-07-23 17:40:12 -04:00
loader.cpp loader: Add getter for packed update 2018-10-05 08:46:31 -04:00
loader.h loader: Add getter for packed update 2018-10-05 08:46:31 -04:00
nax.cpp loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders 2018-10-05 08:46:31 -04:00
nax.h loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders 2018-10-05 08:46:31 -04:00
nca.cpp loader: Make the Load() function take a process as a regular reference, not a SharedPtr 2018-09-29 16:00:03 -04:00
nca.h loader: Make the Load() function take a process as a regular reference, not a SharedPtr 2018-09-29 16:00:03 -04:00
nro.cpp nro: Make LoadNro take a VfsFile by const reference 2018-10-14 20:24:18 -04:00
nro.h nro: Make LoadNro take a VfsFile by const reference 2018-10-14 20:24:18 -04:00
nso.cpp nso: Make LoadModule take a VfsFile by const reference 2018-10-14 20:38:19 -04:00
nso.h nso: Make LoadModule take a VfsFile by const reference 2018-10-14 20:38:19 -04:00
nsp.cpp patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 2018-10-09 14:38:03 -04:00
nsp.h patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 2018-10-09 14:38:03 -04:00
xci.cpp patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 2018-10-09 14:38:03 -04:00
xci.h patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 2018-10-09 14:38:03 -04:00