iOS port (for desktop_version) (#1137)

This commit is contained in:
leo60228
2024-11-15 20:33:10 -05:00
committed by GitHub
parent 6174d62f6f
commit fa8517a521
13 changed files with 116 additions and 8 deletions

View File

@@ -383,7 +383,7 @@ bool Screen::isForcedFullscreen(void)
* If you're working on a tenfoot-only build, add a def that always
* returns true!
*/
#ifdef __ANDROID__
#if defined(__ANDROID__) || defined(TARGET_OS_IPHONE)
return true;
#else
return SDL_GetHintBoolean("SteamTenfoot", SDL_FALSE);