diff options
author | archshift <gh@archshift.com> | 2016-06-11 02:41:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-11 02:41:15 +0200 |
commit | 0637dd93b5dedb505eaf9fcfa6c8e6d655a946a2 (patch) | |
tree | 5cc8dd2b2a8903e8a604f9825ecd92a52bbd24aa /src/core/CMakeLists.txt | |
parent | Merge pull request #1893 from archshift/interpreter-split (diff) | |
download | yuzu-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.txt | 2 |
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 |