Fixes
This commit is contained in:
@ -65,6 +65,10 @@ namespace ia::iae
|
||||
|
||||
// SDL_SetWindowResizable(g_windowHandle, false);
|
||||
|
||||
#if __ANDROID__
|
||||
SDL_SetWindowFullscreen(g_windowHandle, true);
|
||||
#endif
|
||||
|
||||
const auto gameVersion = g_gameVersion;
|
||||
SDL_SetAppMetadata(g_gameName.c_str(), IA_STRINGIFY_VERSION(gameVersion).c_str(), g_gamePackageName.c_str());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user