engine: common: Disable changegame menu on iOS

This commit is contained in:
ksagameng
2026-03-19 05:36:26 +03:00
committed by a1batross
parent 59dbe1d01e
commit 93cb146f39

View File

@@ -534,6 +534,8 @@ qboolean Sys_CanRestart( void )
{
#if XASH_NSWITCH || XASH_PSVITA
return true;
#elif XASH_IOS
return false;
#else
int exelen = wai_getExecutablePath( NULL, 0, NULL );