mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
fixed ViewController.cpp ifs
This commit is contained in:
parent
2384ad2ab2
commit
9173b3cdc1
|
@ -300,7 +300,9 @@ void ViewController::noGamesDialog()
|
||||||
SDL_PushEvent(&quit);
|
SDL_PushEvent(&quit);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
#elif defined(__ANDROID__)
|
#else
|
||||||
|
|
||||||
|
#if defined(__ANDROID__)
|
||||||
mNoGamesMessageBox = new GuiMsgBox(
|
mNoGamesMessageBox = new GuiMsgBox(
|
||||||
HelpStyle(), mNoGamesErrorMessage + mRomDirectory,
|
HelpStyle(), mNoGamesErrorMessage + mRomDirectory,
|
||||||
#else
|
#else
|
||||||
|
@ -426,6 +428,7 @@ void ViewController::noGamesDialog()
|
||||||
0.90f :
|
0.90f :
|
||||||
0.62f * (1.778f / mRenderer->getScreenAspectRatio())));
|
0.62f * (1.778f / mRenderer->getScreenAspectRatio())));
|
||||||
#endif
|
#endif
|
||||||
|
#endif // RetroDECK
|
||||||
|
|
||||||
mWindow->pushGui(mNoGamesMessageBox);
|
mWindow->pushGui(mNoGamesMessageBox);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue