X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fmenu.c;h=c00eee53fdeae275eaa781f269647eb18de6f2cb;hb=71de3cd9bb3cad7630df5b1d2a0e56475995b025;hp=6fc189d960080c7613d899b7baf296b90dab8dc6;hpb=2445b7cb6d5a0f0aa8697fdaa8af8ca52780f5b7;p=picodrive.git diff --git a/platform/gizmondo/menu.c b/platform/gizmondo/menu.c index 6fc189d..c00eee5 100644 --- a/platform/gizmondo/menu.c +++ b/platform/gizmondo/menu.c @@ -158,7 +158,7 @@ struct my_dirent 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;