test commit to fix sdl frame advance
This commit is contained in:
parent
ef335b1321
commit
08ba562b06
|
@ -414,11 +414,11 @@ KeyboardCommands()
|
|||
}
|
||||
else
|
||||
{
|
||||
//if(frameAdvancing)
|
||||
//{
|
||||
if(frameAdvancing)
|
||||
{
|
||||
FCEUI_FrameAdvanceEnd();
|
||||
frameAdvancing = false;
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
if(_keyonly(resetKey)) {
|
||||
|
|
Loading…
Reference in New Issue