diff options
author | bunnei <ericbunnie@gmail.com> | 2014-05-17 02:57:31 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-05-17 02:57:31 +0200 |
commit | afc9e27fc7ae297c36de4ad745779e3f7e282df2 (patch) | |
tree | 16c0b9ed88dda91abdfac2410c36788df398aab6 /src/core | |
parent | - reenabled MCR and MRC functions now that VFP is attached (diff) | |
download | yuzu-afc9e27fc7ae297c36de4ad745779e3f7e282df2.tar yuzu-afc9e27fc7ae297c36de4ad745779e3f7e282df2.tar.gz yuzu-afc9e27fc7ae297c36de4ad745779e3f7e282df2.tar.bz2 yuzu-afc9e27fc7ae297c36de4ad745779e3f7e282df2.tar.lz yuzu-afc9e27fc7ae297c36de4ad745779e3f7e282df2.tar.xz yuzu-afc9e27fc7ae297c36de4ad745779e3f7e282df2.tar.zst yuzu-afc9e27fc7ae297c36de4ad745779e3f7e282df2.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/CMakeLists.txt | 2 |
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 arm/interpreter/thumbemu.cpp arm/interpreter/vfp/vfp.cpp arm/interpreter/vfp/vfpdouble.cpp - arm/interpreter/vfp/vfpinsr.cpp + arm/interpreter/vfp/vfpinstr.cpp arm/interpreter/vfp/vfpsingle.cpp arm/interpreter/mmu/arm1176jzf_s_mmu.cpp arm/interpreter/mmu/cache.cpp |