mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
fixed ViewController.cpp syntax
This commit is contained in:
parent
8d38b741d8
commit
4436c8f5f6
|
@ -294,8 +294,7 @@ void ViewController::noGamesDialog()
|
|||
SDL_Event quit {};
|
||||
quit.type = SDL_QUIT;
|
||||
SDL_PushEvent(&quit);
|
||||
},
|
||||
)
|
||||
}
|
||||
#elif defined(__ANDROID__)
|
||||
mNoGamesMessageBox = new GuiMsgBox(
|
||||
HelpStyle(), mNoGamesErrorMessage + mRomDirectory,
|
||||
|
|
Loading…
Reference in a new issue