summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2014-05-16 20:57:31 -0400
committerGravatar bunnei2014-05-16 20:57:31 -0400
commitafc9e27fc7ae297c36de4ad745779e3f7e282df2 (patch)
tree16c0b9ed88dda91abdfac2410c36788df398aab6
parent- reenabled MCR and MRC functions now that VFP is attached (diff)
downloadyuzu-afc9e27fc7ae297c36de4ad745779e3f7e282df2.tar.gz
yuzu-afc9e27fc7ae297c36de4ad745779e3f7e282df2.tar.xz
yuzu-afc9e27fc7ae297c36de4ad745779e3f7e282df2.zip
fixed typo in CMakeLists.txt
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 2bd60f745..fdf68c386 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -17,7 +17,7 @@ set(SRCS core.cpp
17 arm/interpreter/thumbemu.cpp 17 arm/interpreter/thumbemu.cpp
18 arm/interpreter/vfp/vfp.cpp 18 arm/interpreter/vfp/vfp.cpp
19 arm/interpreter/vfp/vfpdouble.cpp 19 arm/interpreter/vfp/vfpdouble.cpp
20 arm/interpreter/vfp/vfpinsr.cpp 20 arm/interpreter/vfp/vfpinstr.cpp
21 arm/interpreter/vfp/vfpsingle.cpp 21 arm/interpreter/vfp/vfpsingle.cpp
22 arm/interpreter/mmu/arm1176jzf_s_mmu.cpp 22 arm/interpreter/mmu/arm1176jzf_s_mmu.cpp
23 arm/interpreter/mmu/cache.cpp 23 arm/interpreter/mmu/cache.cpp