mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 12:25:00 +08:00
engine: rename pref path on Mac to Xash3D FWGS by allowing for custom branding through XASH_ENGINE_NAME macro
This commit is contained in:
@@ -187,7 +187,7 @@ static qboolean FS_DetermineRootDirectory( char *out, size_t size )
|
||||
return false;
|
||||
#elif ( XASH_SDL == 2 ) && !XASH_NSWITCH // GetBasePath not impl'd in switch-sdl2
|
||||
#if XASH_APPLE
|
||||
path = SDL_GetPrefPath(NULL, "Xash3D");
|
||||
path = SDL_GetPrefPath( NULL, XASH_ENGINE_NAME );
|
||||
#else
|
||||
path = SDL_GetBasePath();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user