2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Lioncash 4d293bb5cb kernel/svc: Implement svcUnmapProcessCodeMemory
Essentially performs the inverse of svcMapProcessCodeMemory. This unmaps
the aliasing region first, then restores the general traits of the
aliased memory.

What this entails, is:

- Restoring Read/Write permissions to the VMA.
- Restoring its memory state to reflect it as a general heap memory region.
- Clearing the memory attributes on the region.
2019-04-12 21:56:03 -04:00
..
audio_core
common Merge pull request #2300 from FernandoS27/null-shader 2019-04-07 17:58:27 -04:00
core kernel/svc: Implement svcUnmapProcessCodeMemory 2019-04-12 21:56:03 -04:00
input_common
tests kernel: Handle page table switching within MakeCurrentProcess() 2019-04-07 01:12:54 -04:00
video_core Merge pull request #2235 from ReinUsesLisp/spirv-decompiler 2019-04-11 21:54:23 -04:00
web_service
yuzu Merge pull request #2353 from lioncash/surface 2019-04-09 21:20:02 -04:00
yuzu_cmd Merge pull request #1957 from DarkLordZach/title-provider 2019-04-09 19:16:37 -04:00
.clang-format
CMakeLists.txt