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::CMDMENU:
|
||||
case EventHandlerState::TIMEMACHINE:
|
||||
case EventHandlerState::PLAYBACK:
|
||||
#endif
|
||||
case EventHandlerState::PLAYBACK:
|
||||
if((fbstatus = myConsole->initializeVideo()) != FBInitStatus::Success)
|
||||
return fbstatus;
|
||||
break;
|
||||
|
|
|
@ -356,7 +356,7 @@ void TimeMachineDialog::handleKeyDown(StellaKey key, StellaMod mod, bool repeate
|
|||
break;
|
||||
|
||||
default:
|
||||
Dialog::handleKeyDown(key, mod);
|
||||
Dialog::handleKeyDown(key, mod, repeated);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue