There was an error fetching the commit references. Please try again later.
Kernel: Map special regions according to ExHeader
This replaces the hardcoded VRAM/DSP mappings with ones made based on the ExHeader ARM11 Kernel caps list. While this has no visible effect for most applications (since they use a standard set of mappings) it does improve support for system modules and n3DS exclusives.
Showing
- src/core/core.cpp 3 additions, 2 deletionssrc/core/core.cpp
- src/core/hle/kernel/memory.cpp 79 additions, 38 deletionssrc/core/hle/kernel/memory.cpp
- src/core/hle/kernel/memory.h 3 additions, 7 deletionssrc/core/hle/kernel/memory.h
- src/core/hle/kernel/process.cpp 19 additions, 4 deletionssrc/core/hle/kernel/process.cpp
- src/core/hle/kernel/process.h 1 addition, 1 deletionsrc/core/hle/kernel/process.h
Loading
Please register or sign in to comment