diff options
| author | 2020-07-16 22:56:28 -0400 | |
|---|---|---|
| committer | 2020-07-16 22:56:31 -0400 | |
| commit | 311f500753360c6471a1bb5ad44a5a7177b9015d (patch) | |
| tree | 01747980d292c4fb5c8f2b19858ef332bcb9ebda | |
| parent | Merge pull request #4292 from bunnei/mii-rewrite (diff) | |
| download | yuzu-311f500753360c6471a1bb5ad44a5a7177b9015d.tar.gz yuzu-311f500753360c6471a1bb5ad44a5a7177b9015d.tar.xz yuzu-311f500753360c6471a1bb5ad44a5a7177b9015d.zip | |
core/CMakeLists: Add missing physical_memory.h header file
Allows this header file to show up in IDE CMake generators.
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
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 | |||
| 185 | hle/kernel/object.h | 185 | hle/kernel/object.h |
| 186 | hle/kernel/physical_core.cpp | 186 | hle/kernel/physical_core.cpp |
| 187 | hle/kernel/physical_core.h | 187 | hle/kernel/physical_core.h |
| 188 | hle/kernel/physical_memory.h | ||
| 188 | hle/kernel/process.cpp | 189 | hle/kernel/process.cpp |
| 189 | hle/kernel/process.h | 190 | hle/kernel/process.h |
| 190 | hle/kernel/process_capability.cpp | 191 | hle/kernel/process_capability.cpp |