mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Android port
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
6e18cddc69
commit
4229372c2e
@@ -376,6 +376,12 @@ void Screen::recacheTextures(void)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef __ANDROID__
|
||||
bool Screen::isForcedFullscreen(void)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
#else
|
||||
bool Screen::isForcedFullscreen(void)
|
||||
{
|
||||
/* This is just a check to see if we're on a desktop or tenfoot setup.
|
||||
@@ -384,3 +390,4 @@ bool Screen::isForcedFullscreen(void)
|
||||
*/
|
||||
return SDL_GetHintBoolean("SteamTenfoot", SDL_FALSE);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user