mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
fix build with JIT disabled and set default JIT maxblock size to 32
This commit is contained in:
@ -11,7 +11,6 @@ add_library(core STATIC
|
||||
ARMInterpreter_ALU.cpp
|
||||
ARMInterpreter_Branch.cpp
|
||||
ARMInterpreter_LoadStore.cpp
|
||||
ARM_InstrInfo.cpp
|
||||
Config.cpp
|
||||
CP15.cpp
|
||||
CRC32.cpp
|
||||
@ -57,6 +56,7 @@ if (ENABLE_JIT)
|
||||
|
||||
target_sources(core PRIVATE
|
||||
ARMJIT.cpp
|
||||
ARM_InstrInfo.cpp
|
||||
|
||||
dolphin/CommonFuncs.cpp
|
||||
)
|
||||
|
Reference in New Issue
Block a user