newemuloop: bump a quirk detector from 16 to 18.

This commit is contained in:
zeromus 2009-07-16 04:47:13 +00:00
parent 646998871e
commit 71441a541d
1 changed files with 1 additions and 1 deletions

View File

@ -2126,7 +2126,7 @@ void NDS_exec(s32 nb)
} }
//what we find here is dependent on the timing constants above //what we find here is dependent on the timing constants above
if(nds_timer>next && (nds_timer-next)>16) if(nds_timer>next && (nds_timer-next)>18)
printf("curious. please report: over by %d\n",(int)(nds_timer-next)); printf("curious. please report: over by %d\n",(int)(nds_timer-next));
//if we were waiting for an irq, don't wait too long: //if we were waiting for an irq, don't wait too long: