newemuloop: bump diagnostic counter up to 22

This commit is contained in:
zeromus 2009-07-17 04:22:59 +00:00
parent bb8e239206
commit b5d9628a7d
1 changed files with 1 additions and 1 deletions

View File

@ -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: