From 08ba562b06d28735133bf891f1cf71ff6b09bb0a Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Thu, 13 Nov 2008 18:45:13 +0000 Subject: [PATCH] test commit to fix sdl frame advance --- src/drivers/sdl/input.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/drivers/sdl/input.cpp b/src/drivers/sdl/input.cpp index 1fdfbf03..004c4057 100644 --- a/src/drivers/sdl/input.cpp +++ b/src/drivers/sdl/input.cpp @@ -414,11 +414,11 @@ KeyboardCommands() } else { - //if(frameAdvancing) - //{ + if(frameAdvancing) + { FCEUI_FrameAdvanceEnd(); frameAdvancing = false; - //} + } } if(_keyonly(resetKey)) {