From 0280fbe194042e39f050f56faf4796e46d5ebe2d Mon Sep 17 00:00:00 2001 From: RSDuck Date: Fri, 7 Feb 2020 00:43:05 +0100 Subject: this mistake was phenomally stupid --- src/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8b81ce3..912299d 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 ) -- cgit v1.2.3