1
0
Fork 0
forked from suyu/suyu
suyu/src/core/loader
Lioncash 2beda7c2b3 kernel/process: Use accessors instead of class members for referencing segment array
Using member variables for referencing the segments array increases the
size of the class in memory for little benefit. The same behavior can be
achieved through the use of accessors that just return the relevant
segment.
2018-08-03 14:45:45 -04:00
..
deconstructed_rom_directory.cpp deconstructed_rom_directory: Remove unused FindRomFS() function 2018-07-24 10:54:07 -04:00
deconstructed_rom_directory.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
elf.cpp kernel/process: Use accessors instead of class members for referencing segment array 2018-08-03 14:45:45 -04:00
elf.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07: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: Remove unnecessary constructor call in IdentifyFile() 2018-07-23 17:44:58 -04:00
loader.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
nca.cpp loader/{nca, nro}: std::move VirtualFile in the constructors where applicable 2018-07-20 00:10:24 -04:00
nca.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
nro.cpp kernel/process: Use accessors instead of class members for referencing segment array 2018-08-03 14:45:45 -04:00
nro.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00
nso.cpp kernel/process: Use accessors instead of class members for referencing segment array 2018-08-03 14:45:45 -04:00
nso.h kernel: Move object class to its own source files 2018-08-01 23:34:42 -04:00