X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fmenu.c;h=76eb73e02bc23b39866621aa40631ac670e237c7;hb=84e21f25e41b90d9729088dba5991a84330964ea;hp=b7c926f56849da1092aca0cc50facfe736746a63;hpb=2707a9cbaae3230f65eb3d7c14c8820040165686;p=libpicofe.git diff --git a/gp2x/menu.c b/gp2x/menu.c index b7c926f..76eb73e 100644 --- a/gp2x/menu.c +++ b/gp2x/menu.c @@ -463,7 +463,7 @@ static void draw_frame_debug(void) if (PicoDrawMask & PDRAW_SPRITES_HI_ON) memcpy(layer_str + 19, "spr_hi", 6); memset(gp2x_screen, 0, 320*240*2); - emu_forcedFrame(); + emu_forcedFrame(0); smalltext_out16(4, 232, layer_str, 0xffff); } @@ -605,7 +605,7 @@ static void draw_savestate_bg(int slot) areaClose(file); } - emu_forcedFrame(); + emu_forcedFrame(POPT_EN_SOFTSCALE); menu_prepare_bg(1); memcpy(Pico.vram, tmp_vram, sizeof(Pico.vram));