summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-16 06:52:42 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-16 06:52:42 +0200
commitf872807de2d2fec7cd7c76936fa06cca1cf1c1ad (patch)
tree577bd6c6ae256331133440072a239cfe1b922e8c /src/core/CMakeLists.txt
parentfixed includes (diff)
downloadyuzu-f872807de2d2fec7cd7c76936fa06cca1cf1c1ad.tar
yuzu-f872807de2d2fec7cd7c76936fa06cca1cf1c1ad.tar.gz
yuzu-f872807de2d2fec7cd7c76936fa06cca1cf1c1ad.tar.bz2
yuzu-f872807de2d2fec7cd7c76936fa06cca1cf1c1ad.tar.lz
yuzu-f872807de2d2fec7cd7c76936fa06cca1cf1c1ad.tar.xz
yuzu-f872807de2d2fec7cd7c76936fa06cca1cf1c1ad.tar.zst
yuzu-f872807de2d2fec7cd7c76936fa06cca1cf1c1ad.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 25f92963c..2bd60f745 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -21,8 +21,9 @@ set(SRCS core.cpp
arm/interpreter/vfp/vfpsingle.cpp
arm/interpreter/mmu/arm1176jzf_s_mmu.cpp
arm/interpreter/mmu/cache.cpp
- arm/interpreter/mmu/sa_mmu.cpp
+ arm/interpreter/mmu/maverick.cpp
arm/interpreter/mmu/rb.cpp
+ arm/interpreter/mmu/sa_mmu.cpp
arm/interpreter/mmu/tlb.cpp
arm/interpreter/mmu/wb.cpp
arm/interpreter/mmu/xscale_copro.cpp