mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
jit: add compile option
This commit is contained in:
@ -2411,8 +2411,10 @@ void ApplyNewSettings(int type)
|
||||
}
|
||||
else if (type == 4)
|
||||
{
|
||||
#ifdef JIT_ENABLED
|
||||
if (Config::JIT_Enable)
|
||||
ARMJIT::InvalidateBlockCache();
|
||||
#endif
|
||||
}
|
||||
|
||||
EmuRunning = prevstatus;
|
||||
|
Reference in New Issue
Block a user