diff options
| author | 2021-12-05 15:56:44 -0500 | |
|---|---|---|
| committer | 2021-12-05 15:56:44 -0500 | |
| commit | 36350d3f78b331ef232cc8d935561670f2cdf949 (patch) | |
| tree | 678d212b7a17309f3534e1c71f33a4cdcb650027 /src | |
| parent | kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory (diff) | |
| download | yuzu-36350d3f78b331ef232cc8d935561670f2cdf949.tar.gz yuzu-36350d3f78b331ef232cc8d935561670f2cdf949.tar.xz yuzu-36350d3f78b331ef232cc8d935561670f2cdf949.zip | |
Add KCodeMemory to CMakeLists.txt
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
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 | |||
| 179 | hle/kernel/k_client_port.h | 179 | hle/kernel/k_client_port.h |
| 180 | hle/kernel/k_client_session.cpp | 180 | hle/kernel/k_client_session.cpp |
| 181 | hle/kernel/k_client_session.h | 181 | hle/kernel/k_client_session.h |
| 182 | hle/kernel/k_code_memory.cpp | ||
| 183 | hle/kernel/k_code_memory.h | ||
| 182 | hle/kernel/k_condition_variable.cpp | 184 | hle/kernel/k_condition_variable.cpp |
| 183 | hle/kernel/k_condition_variable.h | 185 | hle/kernel/k_condition_variable.h |
| 184 | hle/kernel/k_event.cpp | 186 | hle/kernel/k_event.cpp |