diff --git a/src/pc/platform.c b/src/pc/platform.c index 098338c0..f3cdce1b 100644 --- a/src/pc/platform.c +++ b/src/pc/platform.c @@ -116,7 +116,7 @@ const char *sys_user_path(void) return NULL; } - LPCWSTR subdirs[] = { L"sm64coopdx", L"sm64ex-coop", NULL }; + LPCWSTR subdirs[] = { L"sm64coopdx", L"sm64ex-coop", L"sm64coopdx", NULL }; for (int i = 0; NULL != subdirs[i]; i++) { @@ -176,7 +176,7 @@ const char *sys_user_path(void) { static char path[SYS_MAX_PATH] = { 0 }; if ('\0' != path[0]) { return path; } - char const *subdirs[] = { "sm64coopdx", "sm64ex-coop", NULL }; + char const *subdirs[] = { "sm64coopdx", "sm64ex-coop", "sm64coopdx" NULL }; char *sdlPath = NULL; for (int i = 0; NULL != subdirs[i]; i++)