X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Fmenu.c;h=7acfa53da6edeef4e78b7fc0802d80098a808187;hb=71de3cd9bb3cad7630df5b1d2a0e56475995b025;hp=7dd2e5858ca039382d7c003125ed6afab56646a7;hpb=2445b7cb6d5a0f0aa8697fdaa8af8ca52780f5b7;p=picodrive.git diff --git a/platform/gp2x/menu.c b/platform/gp2x/menu.c index 7dd2e58..7acfa53 100644 --- a/platform/gp2x/menu.c +++ b/platform/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;