summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-07-16 22:56:28 -0400
committerLioncash <mathew1800@gmail.com>2020-07-16 22:56:31 -0400
commit311f500753360c6471a1bb5ad44a5a7177b9015d (patch)
tree01747980d292c4fb5c8f2b19858ef332bcb9ebda /src
parent3bbf4462db9bce89e7402f21dcccc81592d70483 (diff)
core/CMakeLists: Add missing physical_memory.h header file
Allows this header file to show up in IDE CMake generators.
Diffstat (limited to 'src')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index ff941d505..c42f95705 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -185,6 +185,7 @@ add_library(core STATIC
hle/kernel/object.h
hle/kernel/physical_core.cpp
hle/kernel/physical_core.h
+ hle/kernel/physical_memory.h
hle/kernel/process.cpp
hle/kernel/process.h
hle/kernel/process_capability.cpp