yuzu-fork/src/core/loader
Lioncash 90e27ea003 loader/nso: Fix definition of the NSO header struct
The total struct itself is 0x100 (256) bytes in size, so we should be
providing that amount of data.

Without the data, this can result in omitted data from the final loaded
NSO file.
2019-03-22 14:26:58 -04:00
..
deconstructed_rom_directory.cpp vm_manager: Remove cheat-specific ranges from VMManager 2019-03-05 10:09:36 -05:00
deconstructed_rom_directory.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
elf.cpp kernel: Move CodeSet structure to its own source files 2019-03-20 13:07:04 -04:00
elf.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
loader.cpp kernel/process: Hook up the process capability parser to the process itself 2018-12-21 07:05:34 -05:00
loader.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nax.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nax.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nca.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nca.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nro.cpp kernel: Move CodeSet structure to its own source files 2019-03-20 13:07:04 -04:00
nro.h loader: Remove Linker inheritance from NRO and NSO loaders 2019-03-19 21:31:59 -04:00
nso.cpp loader/nso: Fix definition of the NSO header struct 2019-03-22 14:26:58 -04:00
nso.h loader: Remove Linker inheritance from NRO and NSO loaders 2019-03-19 21:31:59 -04:00
nsp.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
nsp.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
xci.cpp loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00
xci.h loader: Propagate NCA logo section to ReadBanner and ReadLogo 2019-01-15 16:01:04 -05:00