yuzu-fork/src/core/loader
Lioncash 73e1e929a2 XCI: Add function for checking the existence of the program NCA
The only reason the getter existed was to check whether or not the
program NCA was null. Instead, we can just provide a function to query
for the existence of it, instead of exposing it entirely.
2018-10-16 11:36:58 -04:00
..
deconstructed_rom_directory.cpp nso: Return an optional address from LoadModule 2018-10-15 17:02:11 -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 nso: Return an optional address from LoadModule 2018-10-15 17:02:11 -04:00
loader.h nso: Return an optional address from LoadModule 2018-10-15 17:02:11 -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: Return an optional address from LoadModule 2018-10-15 17:02:11 -04:00
nso.h nso: Return an optional address from LoadModule 2018-10-15 17:02:11 -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 XCI: Add function for checking the existence of the program NCA 2018-10-16 11:36:58 -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