Removed the M6117 flag from the CPU and Machine CMakeLists.txt files.

This commit is contained in:
OBattler
2021-09-21 13:02:22 +02:00
parent 926fbed16a
commit 2e3c2602f7
2 changed files with 0 additions and 8 deletions

View File

@@ -24,10 +24,6 @@ if(CYRIX_6X86)
target_compile_definitions(cpu PRIVATE USE_CYRIX_6X86)
endif()
if(M6117)
target_compile_definitions(cpu PRIVATE USE_M6117)
endif()
if(DYNAREC)
add_library(cgt OBJECT codegen_timing_486.c codegen_timing_686.c
codegen_timing_common.c codegen_timing_k6.c

View File

@@ -47,8 +47,4 @@ endif()
if(M154X)
target_compile_definitions(mch PRIVATE USE_M154X)
endif()
if(M6117)
target_compile_definitions(mch PRIVATE USE_M6117)
endif()