How did I even become a lead developer in the first place

This commit is contained in:
Agent X 2024-06-24 14:16:45 -04:00
parent 5c0e32348d
commit 21ca523d04

View file

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