mirror of https://github.com/stella-emu/stella.git
Remove redundant define, which was already inside the same define.
This commit is contained in:
parent
61de76e9f0
commit
7cf72d7962
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue