X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2Fmenu.c;fp=platform%2Fpandora%2Fmenu.c;h=867b5c0d93e2a6f04d42e9014ee99211fae92571;hb=9cdfc191b60cb8881552d01f84e21bdcbb48758d;hp=9f451feb0ac6d6f42b9517c07ec6efbeac89c139;hpb=88f6038d0572233e6d076ca4319166f2c4381bbb;p=picodrive.git diff --git a/platform/pandora/menu.c b/platform/pandora/menu.c index 9f451fe..867b5c0 100644 --- a/platform/pandora/menu.c +++ b/platform/pandora/menu.c @@ -18,7 +18,7 @@ static int menu_loop_cscaler(int id, int keys) for (;;) { menu_draw_begin(0, 1); - memset(g_menuscreen_ptr, 0, g_menuscreen_w * g_menuscreen_h * 2); + menuscreen_memset_lines(g_menuscreen_ptr, 0, g_menuscreen_h); text_out16(2, 480 - 18, "%dx%d | d-pad to resize, R+d-pad to move", g_layer_cw, g_layer_ch); menu_draw_end();