fixed Libretro compile error

This commit is contained in:
Thomas Jentzsch 2021-12-03 20:27:35 +01:00
parent 5c4dc76c23
commit 059484f49a
1 changed files with 2 additions and 0 deletions

View File

@ -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
} }
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -