summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorarchshift <gh@archshift.com>2016-06-09 05:59:24 +0200
committerarchshift <gh@archshift.com>2016-06-09 05:59:24 +0200
commitc7ffd8a920cb2504c7cb9ec7f06e1a95cba73953 (patch)
tree382371b97fd103c3f9f596d5f2ceda7339f5da23 /src/core/CMakeLists.txt
parentMerge pull request #1891 from shinyquagsire23/gdb-E0-fix (diff)
downloadyuzu-c7ffd8a920cb2504c7cb9ec7f06e1a95cba73953.tar
yuzu-c7ffd8a920cb2504c7cb9ec7f06e1a95cba73953.tar.gz
yuzu-c7ffd8a920cb2504c7cb9ec7f06e1a95cba73953.tar.bz2
yuzu-c7ffd8a920cb2504c7cb9ec7f06e1a95cba73953.tar.lz
yuzu-c7ffd8a920cb2504c7cb9ec7f06e1a95cba73953.tar.xz
yuzu-c7ffd8a920cb2504c7cb9ec7f06e1a95cba73953.tar.zst
yuzu-c7ffd8a920cb2504c7cb9ec7f06e1a95cba73953.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index e9b04098b..f356e4b48 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -5,6 +5,7 @@ set(SRCS
arm/dyncom/arm_dyncom_dec.cpp
arm/dyncom/arm_dyncom_interpreter.cpp
arm/dyncom/arm_dyncom_thumb.cpp
+ arm/dyncom/arm_dyncom_trans.cpp
arm/skyeye_common/armstate.cpp
arm/skyeye_common/armsupp.cpp
arm/skyeye_common/vfp/vfp.cpp
@@ -140,6 +141,7 @@ set(HEADERS
arm/dyncom/arm_dyncom_interpreter.h
arm/dyncom/arm_dyncom_run.h
arm/dyncom/arm_dyncom_thumb.h
+ arm/dyncom/arm_dyncom_trans.h
arm/skyeye_common/arm_regformat.h
arm/skyeye_common/armstate.h
arm/skyeye_common/armsupp.h