Browse Source
Kernel: Store the program id in the Process class instead of the CodeSet class.
Kernel: Store the program id in the Process class instead of the CodeSet class.
There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them.nce_cpp
9 changed files with 25 additions and 26 deletions
-
8src/core/hle/kernel/process.cpp
-
9src/core/hle/kernel/process.h
-
6src/core/loader/deconstructed_rom_directory.cpp
-
4src/core/loader/elf.cpp
-
4src/core/loader/nro.cpp
-
8src/core/loader/nso.cpp
-
2src/core/loader/nso.h
-
2src/tests/core/arm/arm_test_common.cpp
-
8src/tests/core/memory/memory.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue