mirror of https://github.com/stella-emu/stella.git
libretro: Don't reload non-existent surfaces.
This commit is contained in:
parent
95c8203f8d
commit
f28784112a
|
@ -877,8 +877,10 @@ void FrameBuffer::resetSurfaces()
|
|||
case EventHandlerState::EMULATION:
|
||||
case EventHandlerState::PAUSE:
|
||||
case EventHandlerState::PLAYBACK:
|
||||
#ifdef GUI_SUPPORT
|
||||
myMsg.surface->reload();
|
||||
myStatsMsg.surface->reload();
|
||||
#endif
|
||||
myTIASurface->resetSurfaces();
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue