mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: common: Change macro for consistency
This commit is contained in:
@@ -264,7 +264,7 @@ static qboolean FS_DetermineRootDirectory( char *out, size_t size )
|
||||
return true;
|
||||
}
|
||||
|
||||
#if TARGET_OS_IOS
|
||||
#if XASH_IOS
|
||||
Q_strncpy( out, IOS_GetDocsDir(), size );
|
||||
return true;
|
||||
#elif XASH_PSVITA
|
||||
|
||||
Reference in New Issue
Block a user