summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritsmeft24 <57544858+itsmeft24@users.noreply.github.com>2021-12-05 21:56:44 +0100
committerGitHub <noreply@github.com>2021-12-05 21:56:44 +0100
commit36350d3f78b331ef232cc8d935561670f2cdf949 (patch)
tree678d212b7a17309f3534e1c71f33a4cdcb650027
parentkernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory (diff)
downloadyuzu-36350d3f78b331ef232cc8d935561670f2cdf949.tar
yuzu-36350d3f78b331ef232cc8d935561670f2cdf949.tar.gz
yuzu-36350d3f78b331ef232cc8d935561670f2cdf949.tar.bz2
yuzu-36350d3f78b331ef232cc8d935561670f2cdf949.tar.lz
yuzu-36350d3f78b331ef232cc8d935561670f2cdf949.tar.xz
yuzu-36350d3f78b331ef232cc8d935561670f2cdf949.tar.zst
yuzu-36350d3f78b331ef232cc8d935561670f2cdf949.zip
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index eee8e2ccd..4a9aadd6d 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -179,6 +179,8 @@ add_library(core STATIC
hle/kernel/k_client_port.h
hle/kernel/k_client_session.cpp
hle/kernel/k_client_session.h
+ hle/kernel/k_code_memory.cpp
+ hle/kernel/k_code_memory.h
hle/kernel/k_condition_variable.cpp
hle/kernel/k_condition_variable.h
hle/kernel/k_event.cpp