X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fmenu.c;h=d9fee04c4dfdb9fbc92e68e735a3bf0382835504;hb=cfeb7cab2ce1083d54e46a102ab02f680615064d;hp=cf9382a8d7a45d293e0fa977a1fc47421da7f47b;hpb=8f2bb0cbd20c00475196d1efb72103b65e57bc66;p=pcsx_rearmed.git diff --git a/frontend/menu.c b/frontend/menu.c index cf9382a8..d9fee04c 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -706,6 +706,9 @@ fail: static const char *filter_exts[] = { "bin", "img", "mdf", "iso", "cue", "z", + #ifdef HAVE_CHD + "chd", + #endif "bz", "znx", "pbp", "cbn", NULL }; @@ -814,7 +817,7 @@ static void draw_savestate_bg(int slot) // darken this so that menu text is visible if (g_menuscreen_w - w < 320) - menu_darken_bg(d, d, w * 2, 0); + menu_darken_bg(d, d, w, 0); } out: