summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2020-07-17 13:22:19 +1000
committerGitHub <noreply@github.com>2020-07-17 13:22:19 +1000
commit92f37a229eb8ec3a464f88eb40aeeb9d2fcfc130 (patch)
tree41dac14692c22cbde551b162dc00e337ed1308fc /src
parentadbf5ca50bdb49e185bab7ac4cedcab16dbd8f03 (diff)
parent311f500753360c6471a1bb5ad44a5a7177b9015d (diff)
Merge pull request #4371 from lioncash/cmake2
core/CMakeLists: Add missing physical_memory.h header file
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