noGamesDialog tentative fix2

This commit is contained in:
XargonWan 2024-09-27 14:46:52 +09:00
parent 175c7ec187
commit d66bee79e9

View file

@ -297,7 +297,8 @@ void ViewController::noGamesDialog()
SDL_Event quit {}; SDL_Event quit {};
quit.type = SDL_QUIT; quit.type = SDL_QUIT;
SDL_PushEvent(&quit); SDL_PushEvent(&quit);
}, },
)
#elif defined(__ANDROID__) #elif defined(__ANDROID__)
mNoGamesMessageBox = new GuiMsgBox( mNoGamesMessageBox = new GuiMsgBox(
HelpStyle(), mNoGamesErrorMessage + mRomDirectory, HelpStyle(), mNoGamesErrorMessage + mRomDirectory,