This commit is contained in:
thrust26 2020-10-25 16:23:02 +01:00
commit 76988a3553
1 changed files with 0 additions and 4 deletions

View File

@ -429,11 +429,7 @@ void FrameBuffer::update(bool force)
if (!success)
{
frames = 0;
#ifdef GUI_SUPPORT
myOSystem.eventHandler().enterMenuMode(EventHandlerState::TIMEMACHINE);
#else
myOSystem.eventHandler().changeStateByEvent(Event::TogglePauseMode);
#endif
}
break; // EventHandlerState::PLAYBACK
}