mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
Change default save directory to sm64ex-coop
This commit is contained in:
parent
670a554b37
commit
2174ef0478
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ const char *sys_user_path(void) {
|
||||||
static char path[SYS_MAX_PATH] = { 0 };
|
static char path[SYS_MAX_PATH] = { 0 };
|
||||||
|
|
||||||
// get the new pref path from SDL
|
// get the new pref path from SDL
|
||||||
char *sdlpath = SDL_GetPrefPath("", "sm64ex");
|
char *sdlpath = SDL_GetPrefPath("", "sm64ex-coop");
|
||||||
if (sdlpath) {
|
if (sdlpath) {
|
||||||
const unsigned int len = strlen(sdlpath);
|
const unsigned int len = strlen(sdlpath);
|
||||||
strncpy(path, sdlpath, sizeof(path));
|
strncpy(path, sdlpath, sizeof(path));
|
||||||
|
|
Loading…
Reference in a new issue