1
0
Fork 0
forked from suyu/suyu
suyu/src/core/loader
Lioncash de323851b4 loaders: Make GetFileType() a const qualified member function
No implementations actually modify instance state (and it would be
questionable to do that in the first place given the name), so we can
make this a const member function.
2018-12-05 17:49:34 -05:00
..
deconstructed_rom_directory.cpp loader/nso: Remove dependency on the System class 2018-12-02 23:39:03 -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/process: Make CodeSet a regular non-inherited object 2018-10-12 12:07:32 -04:00
elf.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05: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 loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
nax.cpp loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
nax.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05: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 loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
nro.cpp loader/nro: Make the static LoadNro function internally linked 2018-12-02 23:38:58 -05:00
nro.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
nso.cpp loader/nso: Remove dependency on the System class 2018-12-02 23:39:03 -05:00
nso.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
nsp.cpp loader/nsp: Move secondary loader initialization to constructor 2018-10-27 10:16:29 -04:00
nsp.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00
xci.cpp XCI: Add function for checking the existence of the program NCA 2018-10-16 11:36:58 -04:00
xci.h loaders: Make GetFileType() a const qualified member function 2018-12-05 17:49:34 -05:00