mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 19:58:38 -05:00
kernel: memory: Add system_control code, which will be used for ASLR support.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user