X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=gp2x%2Fmenu.c;h=7acfa53da6edeef4e78b7fc0802d80098a808187;hb=6d741b3258179dadc7890f45e155b0a6871ebdc5;hp=7dd2e5858ca039382d7c003125ed6afab56646a7;hpb=93c0d147a19160bcf970edac8d0e27f93537ae8d;p=libpicofe.git diff --git a/gp2x/menu.c b/gp2x/menu.c index 7dd2e58..7acfa53 100644 --- a/gp2x/menu.c +++ b/gp2x/menu.c @@ -172,7 +172,7 @@ void menu_romload_end(void) static unsigned short file2color(const char *fname) { const char *ext = fname + strlen(fname) - 3; - static const char *rom_exts[] = { "zip", "bin", "smd", "gen", "iso" }; + static const char *rom_exts[] = { "zip", "bin", "smd", "gen", "iso", "cso" }; static const char *other_exts[] = { "gmv", "pat" }; int i;