mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
raise kMaxIterationCycles to 64
This commit is contained in:
@ -69,7 +69,7 @@ u64 FrameStartTimestamp;
|
||||
|
||||
int CurCPU;
|
||||
|
||||
const s32 kMaxIterationCycles = 16;
|
||||
const s32 kMaxIterationCycles = 64;
|
||||
|
||||
u32 ARM9ClockShift;
|
||||
|
||||
|
Reference in New Issue
Block a user