From 17fa1e44f6759e1060af69b9d3a452a89554f87b Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 25 Mar 2007 23:11:25 +0000 Subject: [PATCH] menu changes git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@81 be3aeb3a-fb24-0410-a615-afba39da0efa --- gp2x/menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gp2x/menu.c b/gp2x/menu.c index 30f681a..d29d6d0 100644 --- a/gp2x/menu.c +++ b/gp2x/menu.c @@ -286,7 +286,7 @@ static int scandir_cmp(const void *p1, const void *p2) return alphasort(d1, d2); } -static char *filter_exts[] = { ".mp3", ".MP3", ".srm", ".brm", "s.gz", ".mds", "bcfg", ".txt", ".htm", "html", ".gpe" }; +static char *filter_exts[] = { ".mp3", ".MP3", ".srm", ".brm", "s.gz", ".mds", "bcfg", ".txt", ".htm", "html", ".jpg", ".gpe" }; static int scandir_filter(const struct dirent *ent) { @@ -764,7 +764,7 @@ static void draw_cd_menu_options(int menu_sel, char *b_us, char *b_eu, char *b_j gp2x_text_out8(tl_x, (y+=10), "CDDA audio (using mp3s) %s", (currentConfig.PicoOpt&0x0800)?"ON":"OFF"); // 4 gp2x_text_out8(tl_x, (y+=10), "PCM audio %s", (currentConfig.PicoOpt&0x0400)?"ON":"OFF"); // 5 gp2x_text_out8(tl_x, (y+=10), "ReadAhead buffer %s", ra_buff); // 6 - gp2x_text_out8(tl_x, (y+=10), "Scale/Rot. fx (buggy,slow) %s", (currentConfig.PicoOpt&0x1000)?"ON":"OFF"); // 7 + gp2x_text_out8(tl_x, (y+=10), "Scale/Rot. fx (slow) %s", (currentConfig.PicoOpt&0x1000)?"ON":"OFF"); // 7 gp2x_text_out8(tl_x, (y+=10), "Better sync (slow) %s", (currentConfig.PicoOpt&0x2000)?"ON":"OFF"); // 8 gp2x_text_out8(tl_x, (y+=10), "Done"); -- 2.39.2