Set srb2home name to srb2kart

This commit is contained in:
mazmazz 2018-12-30 18:57:33 -05:00
parent 14c5805e90
commit 9b698d24b9

View file

@ -346,9 +346,9 @@ enum {
// Name of local directory for config files and savegames // Name of local directory for config files and savegames
#if !defined(_arch_dreamcast) && !defined(_WIN32_WCE) && !defined(GP2X) && !defined(_WII) && !defined(_PS3) #if !defined(_arch_dreamcast) && !defined(_WIN32_WCE) && !defined(GP2X) && !defined(_WII) && !defined(_PS3)
#if (((defined (__unix__) && !defined (MSDOS)) || defined (UNIXCOMMON)) && !defined (__CYGWIN__)) && !defined (__APPLE__) #if (((defined (__unix__) && !defined (MSDOS)) || defined (UNIXCOMMON)) && !defined (__CYGWIN__)) && !defined (__APPLE__)
#define DEFAULTDIR ".srb2" #define DEFAULTDIR ".srb2kart"
#else #else
#define DEFAULTDIR "srb2" #define DEFAULTDIR "srb2kart"
#endif #endif
#endif #endif