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

@@ -377,7 +377,7 @@ void Game::init(void)
screenshot_border_timer = 0;
screenshot_saved_success = false;
#ifdef __ANDROID__
#if defined(__ANDROID__) || defined(TARGET_OS_IPHONE)
checkpoint_saving = true;
#else
checkpoint_saving = false;