From 01aaee7cf4d2fb9d9e9fceec21f45f6abacec816 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Thu, 14 Aug 2008 15:58:35 +0000 Subject: [PATCH] oops --- src/fceu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fceu.cpp b/src/fceu.cpp index ffcd9f12..c89d6d3a 100644 --- a/src/fceu.cpp +++ b/src/fceu.cpp @@ -538,7 +538,7 @@ void FCEUI_Emulate(uint8 **pXBuf, int32 **SoundBuf, int32 *SoundBufSize, int ski if(frameAdvanceDelay>=10) EmulationPaused = 3; //else - // frameAdvanceDelay++; + frameAdvanceDelay++; } }