From b5d9628a7d728605b628e7dd86d13281d3f7d4a2 Mon Sep 17 00:00:00 2001 From: zeromus Date: Fri, 17 Jul 2009 04:22:59 +0000 Subject: [PATCH] newemuloop: bump diagnostic counter up to 22 --- desmume/src/NDSSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/NDSSystem.cpp b/desmume/src/NDSSystem.cpp index 8a5838bf6..5d08d744d 100644 --- a/desmume/src/NDSSystem.cpp +++ b/desmume/src/NDSSystem.cpp @@ -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: