Skip to content

Commit

Permalink
Update filer.c
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Jun 5, 2024
1 parent 915e5f5 commit 75af7b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/filer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3484,8 +3484,15 @@ int setFileList(const char *path, const char *ext, FILEINFO *files, int cnfmode)

strcpy(files[nfiles].name, "mc0:");
files[nfiles++].stats.AttrFile = sceMcFileAttrSubdir;

#ifdef MX4SIO
if (!mx4sio_driver_running) {
#endif
strcpy(files[nfiles].name, "mc1:");
files[nfiles++].stats.AttrFile = sceMcFileAttrSubdir;
#ifdef MX4SIO
}
#endif
strcpy(files[nfiles].name, "hdd0:");
files[nfiles++].stats.AttrFile = sceMcFileAttrSubdir;
#ifdef DVRP
Expand Down

0 comments on commit 75af7b1

Please sign in to comment.