citra-canary/src/core/loader
Lioncash 37e78de206 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-23 18:08:03 +02:00
..
3dsx.cpp ncch_container: support encrypted games 2018-08-07 18:53:06 +03:00
3dsx.h ncch_container: support encrypted games 2018-08-07 18:53:06 +03:00
elf.cpp kernel/process: Use accessors instead of class members for referencing segment array 2018-08-23 18:08:03 +02:00
elf.h Loaders: Don't automatically set the current process every time we load an application. 2017-09-26 18:17:47 -05:00
loader.cpp core/loader: avoid "different type" warning for .app 2018-07-23 17:37:52 +08:00
loader.h ncch_container: support encrypted games 2018-08-07 18:53:06 +03:00
ncch.cpp ncch_container: support encrypted games 2018-08-07 18:53:06 +03:00
ncch.h ncch_container: support encrypted games 2018-08-07 18:53:06 +03:00
smdh.cpp citra_qt: Add a game region column 2018-05-01 19:57:01 +02:00
smdh.h citra_qt: Add a game region column 2018-05-01 19:57:01 +02:00