From 60a4819e50afb5fcecde9c6efcfd21dc7e79727f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:37:36 -0300 Subject: [PATCH] Update filer.c --- src/filer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/filer.c b/src/filer.c index ca10e6c3..acd2180e 100644 --- a/src/filer.c +++ b/src/filer.c @@ -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) {