mirror of https://github.com/stella-emu/stella.git
Two minor fixes
This commit is contained in:
parent
5f5ac95009
commit
c8f71125f4
|
@ -343,8 +343,8 @@ FBInitStatus OSystem::createFrameBuffer()
|
||||||
case EventHandlerState::OPTIONSMENU:
|
case EventHandlerState::OPTIONSMENU:
|
||||||
case EventHandlerState::CMDMENU:
|
case EventHandlerState::CMDMENU:
|
||||||
case EventHandlerState::TIMEMACHINE:
|
case EventHandlerState::TIMEMACHINE:
|
||||||
case EventHandlerState::PLAYBACK:
|
|
||||||
#endif
|
#endif
|
||||||
|
case EventHandlerState::PLAYBACK:
|
||||||
if((fbstatus = myConsole->initializeVideo()) != FBInitStatus::Success)
|
if((fbstatus = myConsole->initializeVideo()) != FBInitStatus::Success)
|
||||||
return fbstatus;
|
return fbstatus;
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -356,7 +356,7 @@ void TimeMachineDialog::handleKeyDown(StellaKey key, StellaMod mod, bool repeate
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
Dialog::handleKeyDown(key, mod);
|
Dialog::handleKeyDown(key, mod, repeated);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue