aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/menu.c')
-rw-r--r--frontend/menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index 1de9587..af35119 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -175,7 +175,7 @@ static const struct {
CE_CONFIG_STR(Bios),
CE_CONFIG_STR(Gpu),
CE_CONFIG_STR(Spu),
- CE_CONFIG_STR(Cdr),
+// CE_CONFIG_STR(Cdr),
CE_CONFIG_VAL(Xa),
CE_CONFIG_VAL(Sio),
CE_CONFIG_VAL(Mdec),
@@ -387,8 +387,8 @@ fail:
// rrrr rggg gggb bbbb
static unsigned short fname2color(const char *fname)
{
- static const char *cdimg_exts[] = { ".bin", ".img", ".iso", ".z", ".cue" };
- static const char *other_exts[] = { ".ccd", ".toc", ".mds", ".sub", ".table" };
+ static const char *cdimg_exts[] = { ".bin", ".img", ".iso", ".cue", ".z", ".bz", ".znx", ".pbp" };
+ static const char *other_exts[] = { ".ccd", ".toc", ".mds", ".sub", ".table", ".index" };
const char *ext = strrchr(fname, '.');
int i;