summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorarchshift <gh@archshift.com>2016-06-11 02:41:15 +0200
committerGitHub <noreply@github.com>2016-06-11 02:41:15 +0200
commit0637dd93b5dedb505eaf9fcfa6c8e6d655a946a2 (patch)
tree5cc8dd2b2a8903e8a604f9825ecd92a52bbd24aa /src/core/CMakeLists.txt
parentMerge pull request #1893 from archshift/interpreter-split (diff)
downloadyuzu-0637dd93b5dedb505eaf9fcfa6c8e6d655a946a2.tar
yuzu-0637dd93b5dedb505eaf9fcfa6c8e6d655a946a2.tar.gz
yuzu-0637dd93b5dedb505eaf9fcfa6c8e6d655a946a2.tar.bz2
yuzu-0637dd93b5dedb505eaf9fcfa6c8e6d655a946a2.tar.lz
yuzu-0637dd93b5dedb505eaf9fcfa6c8e6d655a946a2.tar.xz
yuzu-0637dd93b5dedb505eaf9fcfa6c8e6d655a946a2.tar.zst
yuzu-0637dd93b5dedb505eaf9fcfa6c8e6d655a946a2.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index f356e4b48..e9b04098b 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -5,7 +5,6 @@ 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
@@ -141,7 +140,6 @@ 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