kernel: memory: Add system_control code, which will be used for ASLR support.

This commit is contained in:
bunnei
2020-04-05 14:48:50 -04:00
parent fc040b5b70
commit 81cb4d3c7f
3 changed files with 61 additions and 0 deletions

View File

@ -159,6 +159,8 @@ add_library(core STATIC
hle/kernel/memory/memory_block.h
hle/kernel/memory/memory_types.h
hle/kernel/memory/slab_heap.h
hle/kernel/memory/system_control.cpp
hle/kernel/memory/system_control.h
hle/kernel/mutex.cpp
hle/kernel/mutex.h
hle/kernel/object.cpp