Hide menu_20* items from list.

This commit is contained in:
sorgelig
2019-01-11 00:28:11 +08:00
parent c2697a9473
commit e1186a95c4

View File

@@ -1141,6 +1141,7 @@ int ScanDirectory(char* path, int mode, const char *extension, int options, cons
{
//skip non-selectable files
if (!strcasecmp(de->d_name, "menu.rbf")) continue;
if (!strncasecmp(de->d_name, "menu_20",7)) continue;
if (!strcasecmp(de->d_name, "boot.rom")) continue;
//check the prefix if given