mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
Merge branch 'master' of https://github.com/Arisotura/melonDS
This commit is contained in:
commit
d2cae446b9
@ -2714,7 +2714,7 @@ int main(int argc, char** argv)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
const char* confdir = g_get_user_config_dir();
|
const char* confdir = g_get_user_config_dir();
|
||||||
const char* confname = "/melonds";
|
const char* confname = "/melonDS";
|
||||||
EmuDirectory = new char[strlen(confdir) + strlen(confname) + 1];
|
EmuDirectory = new char[strlen(confdir) + strlen(confname) + 1];
|
||||||
strcat(EmuDirectory, confdir);
|
strcat(EmuDirectory, confdir);
|
||||||
strcat(EmuDirectory, confname);
|
strcat(EmuDirectory, confname);
|
||||||
|
Loading…
Reference in New Issue
Block a user