diff options
| author | 2019-03-02 15:20:28 -0500 | |
|---|---|---|
| committer | 2019-03-16 22:05:40 -0400 | |
| commit | 93da8e0abfcdcc6e3cb5488a0db12373429f1377 (patch) | |
| tree | 2d2cbe82cfa779add5b77025c04b19361dcbe981 /src/core/CMakeLists.txt | |
| parent | Merge pull request #2244 from bunnei/gpu-mem-refactor (diff) | |
| download | yuzu-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.txt | 2 |
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 |