newemuloop: bump diagnostic counter up to 22
This commit is contained in:
parent
bb8e239206
commit
b5d9628a7d
|
@ -2085,7 +2085,7 @@ void NDS_exec(s32 nb)
|
|||
}
|
||||
|
||||
//what we find here is dependent on the timing constants above
|
||||
if(nds_timer>next && (nds_timer-next)>18)
|
||||
if(nds_timer>next && (nds_timer-next)>22)
|
||||
printf("curious. please report: over by %d\n",(int)(nds_timer-next));
|
||||
|
||||
//if we were waiting for an irq, don't wait too long:
|
||||
|
|
Loading…
Reference in New Issue