fixed ViewController.cpp syntax

This commit is contained in:
XargonWan 2024-10-28 12:33:25 +09:00
parent c0efc79ae8
commit 5d75983b3f

View file

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