X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fmenu.c;h=fb9d24a2406c9af37b7e511722cc76099cdd8c4a;hb=662e622b59369f975691a70756f80188d8d27ea0;hp=da94d0540ad7bd4fff7b4ee8c7ea08475276a33b;hpb=2239662e540d460859ef50c7e2137ae1822eb8d9;p=libpicofe.git diff --git a/gp2x/menu.c b/gp2x/menu.c index da94d05..fb9d24a 100644 --- a/gp2x/menu.c +++ b/gp2x/menu.c @@ -53,17 +53,6 @@ static void menu_main_plat_draw(void) // ------------ gfx options menu ------------ -static const char *mgn_opt_renderer(menu_id id, int *offs) -{ - *offs = -11; - if (PicoOpt & POPT_ALT_RENDERER) - return " 8bit fast"; - else if (currentConfig.EmuOpt & EOPT_16BPP) - return "16bit accurate"; - else - return " 8bit accurate"; -} - static const char *mgn_opt_scaling(menu_id id, int *offs) { *offs = -13;