mirror of https://github.com/stella-emu/stella.git
fixed Libretro compile error
This commit is contained in:
parent
5c4dc76c23
commit
059484f49a
|
@ -2720,7 +2720,9 @@ void EventHandler::setState(EventHandlerState state)
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
void EventHandler::exitLauncher()
|
void EventHandler::exitLauncher()
|
||||||
{
|
{
|
||||||
|
#ifdef GUI_SUPPORT
|
||||||
myOSystem.launcher().quit();
|
myOSystem.launcher().quit();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue