mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +00:00
Set srb2home name to srb2kart
This commit is contained in:
parent
14c5805e90
commit
9b698d24b9
1 changed files with 2 additions and 2 deletions
|
@ -346,9 +346,9 @@ enum {
|
|||
// Name of local directory for config files and savegames
|
||||
#if !defined(_arch_dreamcast) && !defined(_WIN32_WCE) && !defined(GP2X) && !defined(_WII) && !defined(_PS3)
|
||||
#if (((defined (__unix__) && !defined (MSDOS)) || defined (UNIXCOMMON)) && !defined (__CYGWIN__)) && !defined (__APPLE__)
|
||||
#define DEFAULTDIR ".srb2"
|
||||
#define DEFAULTDIR ".srb2kart"
|
||||
#else
|
||||
#define DEFAULTDIR "srb2"
|
||||
#define DEFAULTDIR "srb2kart"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue