summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-09-16 19:11:33 +0200
committerGitHub <noreply@github.com>2022-09-16 19:11:33 +0200
commit344006b856ee58fe6bc43f1f291744977c19ae66 (patch)
tree620b0dd2850b9bf23bd96d5bc6b097dcb9badb27
parentMerge pull request #8649 from lat9nq/common-position-independent (diff)
parentcore/CMakeLists.txt: Remove duplicate files. (diff)
downloadyuzu-344006b856ee58fe6bc43f1f291744977c19ae66.tar
yuzu-344006b856ee58fe6bc43f1f291744977c19ae66.tar.gz
yuzu-344006b856ee58fe6bc43f1f291744977c19ae66.tar.bz2
yuzu-344006b856ee58fe6bc43f1f291744977c19ae66.tar.lz
yuzu-344006b856ee58fe6bc43f1f291744977c19ae66.tar.xz
yuzu-344006b856ee58fe6bc43f1f291744977c19ae66.tar.zst
yuzu-344006b856ee58fe6bc43f1f291744977c19ae66.zip
-rw-r--r--src/core/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 806e7ff6c..405a2f993 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -4,12 +4,6 @@
add_library(core STATIC
arm/arm_interface.h
arm/arm_interface.cpp
- arm/dynarmic/arm_dynarmic_32.cpp
- arm/dynarmic/arm_dynarmic_32.h
- arm/dynarmic/arm_dynarmic_64.cpp
- arm/dynarmic/arm_dynarmic_64.h
- arm/dynarmic/arm_dynarmic_cp15.cpp
- arm/dynarmic/arm_dynarmic_cp15.h
arm/dynarmic/arm_exclusive_monitor.cpp
arm/dynarmic/arm_exclusive_monitor.h
arm/exclusive_monitor.cpp