mirror of https://github.com/stella-emu/stella.git
fix #480
This commit is contained in:
parent
6654d18721
commit
6a70dc7863
|
@ -128,6 +128,7 @@ void EventHandler::reset(EventHandlerState state)
|
||||||
#ifdef PNG_SUPPORT
|
#ifdef PNG_SUPPORT
|
||||||
myOSystem.png().setContinuousSnapInterval(0);
|
myOSystem.png().setContinuousSnapInterval(0);
|
||||||
#endif
|
#endif
|
||||||
|
myFryingFlag = false;
|
||||||
|
|
||||||
// Reset events almost immediately after starting emulation mode
|
// Reset events almost immediately after starting emulation mode
|
||||||
// We wait a little while (0.5s), since 'hold' events may be present,
|
// We wait a little while (0.5s), since 'hold' events may be present,
|
||||||
|
|
Loading…
Reference in New Issue