mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 13:35:12 +00:00
How did I even become a lead developer in the first place
This commit is contained in:
parent
5c0e32348d
commit
21ca523d04
1 changed files with 1 additions and 1 deletions
|
@ -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", "sm64coopdx" NULL };
|
||||
char const *subdirs[] = { "sm64coopdx", "sm64ex-coop", "sm64coopdx", NULL };
|
||||
|
||||
char *sdlPath = NULL;
|
||||
for (int i = 0; NULL != subdirs[i]; i++)
|
||||
|
|
Loading…
Reference in a new issue