X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmenu.c;h=adfacefb03a2417b22ee22ff68db164085ffc46d;hb=974fdb5bfda8ed006661031e22c920828ddb60dc;hp=e6516947815749096b824df9a381f67f2a4e401e;hpb=2aaac89caf353de986123ef77358506c81afe907;p=picodrive.git diff --git a/platform/common/menu.c b/platform/common/menu.c index e651694..adfacef 100644 --- a/platform/common/menu.c +++ b/platform/common/menu.c @@ -1452,7 +1452,7 @@ static int menu_loop_adv_options(menu_id id, int keys) static int mh_opt_render(menu_id id, int keys) { - plat_video_toggle_renderer((keys & PBTN_RIGHT) ? 1 : 0, 1); + plat_video_toggle_renderer((keys & PBTN_RIGHT) ? 1 : 0, 0, 1); return 0; }