mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
fix build with clang, fix saverestore again, android mod launcher support
This commit is contained in:
@@ -251,6 +251,9 @@ static const char *s_pRegistryConVars[] =
|
||||
#if defined( OSX )
|
||||
#define MOD_VIDEO_CONFIG_SETTINGS "videoconfig_mac.cfg"
|
||||
#define USE_VIDEOCONFIG_FILE 1
|
||||
#elif defined( ANDROID )
|
||||
#define MOD_VIDEO_CONFIG_SETTINGS "videoconfig_android.cfg"
|
||||
#define USE_VIDEOCONFIG_FILE 1
|
||||
#elif defined( POSIX )
|
||||
#define MOD_VIDEO_CONFIG_SETTINGS "videoconfig_linux.cfg"
|
||||
#define USE_VIDEOCONFIG_FILE 1
|
||||
|
||||
Reference in New Issue
Block a user