Change default save directory to sm64ex-coop

This commit is contained in:
MysterD 2020-09-04 22:17:15 -07:00
parent 670a554b37
commit 2174ef0478

View file

@ -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));