Skip to content

Commit

Permalink
Update menu.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Cardellos authored Jun 25, 2020
1 parent 16958ac commit 320cc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ void menuStartupPath(void) {
#else
getcwd(rootPathBase, sizeof(rootPathBase));
#endif
snprintf(rootPath, sizeof(rootPath)-1, "%s%s%s", rootPathBase, DIRECTORY_SEPARATOR, "switch");
snprintf(rootPath, sizeof(rootPath)-1, "%s%s%s", rootPathBase, DIRECTORY_SEPARATOR, "roms");

struct stat st = {0};

Expand Down

0 comments on commit 320cc87

Please sign in to comment.