This commit is contained in:
Isuru Samarathunga
2025-10-21 23:24:14 +05:30
parent 2d5875d211
commit e40b1f120b
3 changed files with 14 additions and 2 deletions

View File

@ -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());