yuzu-android/src/core/loader
Lioncash 1abed2f4c4 kernel/process: Make CodeSet a regular non-inherited object
These only exist to ferry data into a Process instance and end up going
out of scope quite early. Because of this, we can just make it a plain
struct for holding things and just std::move it into the relevant
function. There's no need to make this inherit from the kernel's Object
type.
2018-10-12 12:07:32 -04:00
..
deconstructed_rom_directory.cpp nso/nro: Use default allocation size for arg_data 2018-10-07 14:32:33 -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 kernel/process: Make CodeSet a regular non-inherited object 2018-10-12 12:07:32 -04:00
nro.h loader: Make the Load() function take a process as a regular reference, not a SharedPtr 2018-09-29 16:00:03 -04:00
nso.cpp kernel/process: Make CodeSet a regular non-inherited object 2018-10-12 12:07:32 -04:00
nso.h nso/nro: Use default allocation size for arg_data 2018-10-07 14:32:33 -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