Skip to content

Commit

Permalink
Update filer.c
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Feb 21, 2024
1 parent 460ee2a commit 60a4819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/filer.c
Original file line number Diff line number Diff line change
Expand Up @@ -3524,8 +3524,10 @@ int setFileList(const char *path, const char *ext, FILEINFO *files, int cnfmode)
files[nfiles++].stats.AttrFile = sceMcFileAttrSubdir;
}
#endif
#ifndef SUPPORT_SYSTEM_2X6
strcpy(files[nfiles].name, "cdfs:");
files[nfiles++].stats.AttrFile = sceMcFileAttrSubdir;
#endif
if ((cnfmode != USBD_IRX_CNF) && (cnfmode != USBKBD_IRX_CNF) && (cnfmode != USBMASS_IRX_CNF)) {
//The condition above blocks selecting USB drivers from USB devices
if (USB_mass_ix[0] || !USB_mass_scanned) {
Expand Down

0 comments on commit 60a4819

Please sign in to comment.