diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8b81ce34..912299db 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -35,10 +35,6 @@ add_library(core STATIC if (ENABLE_JIT) target_sources(core PRIVATE ARMJIT.cpp - ARMJIT_x64/ARMJIT_Compiler.cpp - ARMJIT_x64/ARMJIT_ALU.cpp - ARMJIT_x64/ARMJIT_LoadStore.cpp - ARMJIT_x64/ARMJIT_Branch.cpp dolphin/CommonFuncs.cpp )