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: