frameskipping fixed in sdl?
This commit is contained in:
parent
aa0923a3a8
commit
b71c4c3b5e
|
@ -345,11 +345,11 @@ KeyboardCommands()
|
|||
}
|
||||
else
|
||||
{
|
||||
if(frameAdvancing)
|
||||
{
|
||||
//if(frameAdvancing)
|
||||
//{
|
||||
FCEUI_FrameAdvanceEnd();
|
||||
frameAdvancing = false;
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
g_config->getOption("SDL.Hotkeys.Reset", &key);
|
||||
|
|
Loading…
Reference in New Issue