raise kMaxIterationCycles to 64

This commit is contained in:
Arisotura
2019-06-25 02:05:48 +02:00
parent e2dc98d144
commit 49b2f8d969
2 changed files with 6 additions and 1 deletions

View File

@ -69,7 +69,7 @@ u64 FrameStartTimestamp;
int CurCPU;
const s32 kMaxIterationCycles = 16;
const s32 kMaxIterationCycles = 64;
u32 ARM9ClockShift;