mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: common: Disable changegame menu on iOS
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user