mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
oops
This commit is contained in:
@ -80,7 +80,9 @@ u32 ARM7Regions[0x20000];
|
|||||||
ARMv5* ARM9;
|
ARMv5* ARM9;
|
||||||
ARMv4* ARM7;
|
ARMv4* ARM7;
|
||||||
|
|
||||||
|
#ifdef JIT_ENABLED
|
||||||
bool EnableJIT;
|
bool EnableJIT;
|
||||||
|
#endif
|
||||||
|
|
||||||
u32 NumFrames;
|
u32 NumFrames;
|
||||||
u32 NumLagFrames;
|
u32 NumLagFrames;
|
||||||
@ -479,7 +481,9 @@ void Reset()
|
|||||||
FILE* f;
|
FILE* f;
|
||||||
u32 i;
|
u32 i;
|
||||||
|
|
||||||
|
#ifdef JIT_ENABLED
|
||||||
EnableJIT = Platform::GetConfigBool(Platform::JIT_Enable);
|
EnableJIT = Platform::GetConfigBool(Platform::JIT_Enable);
|
||||||
|
#endif
|
||||||
|
|
||||||
RunningGame = false;
|
RunningGame = false;
|
||||||
LastSysClockCycles = 0;
|
LastSysClockCycles = 0;
|
||||||
|
Reference in New Issue
Block a user