summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2019-03-02 15:20:28 -0500
committerGravatar bunnei2019-03-16 22:05:40 -0400
commit93da8e0abfcdcc6e3cb5488a0db12373429f1377 (patch)
tree2d2cbe82cfa779add5b77025c04b19361dcbe981 /src/core/CMakeLists.txt
parentMerge pull request #2244 from bunnei/gpu-mem-refactor (diff)
downloadyuzu-93da8e0abfcdcc6e3cb5488a0db12373429f1377.tar.gz
yuzu-93da8e0abfcdcc6e3cb5488a0db12373429f1377.tar.xz
yuzu-93da8e0abfcdcc6e3cb5488a0db12373429f1377.zip
core: Move PageTable struct into Common.
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 8ccb2d5f0..aee8bc27d 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -437,8 +437,6 @@ add_library(core STATIC
437 loader/xci.h 437 loader/xci.h
438 memory.cpp 438 memory.cpp
439 memory.h 439 memory.h
440 memory_hook.cpp
441 memory_hook.h
442 memory_setup.h 440 memory_setup.h
443 perf_stats.cpp 441 perf_stats.cpp
444 perf_stats.h 442 perf_stats.h