X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Femu.c;fp=common%2Femu.c;h=235861b0bfe387384aaacb9c23df437da5cedd2d;hb=38163dd7df6fc61794d7bb420737a68455c4637c;hp=1e60925707502ce112cdcebfd53a95dbc2507351;hpb=ed8e30f8c2c6352fe90671059d35085121815850;p=libpicofe.git diff --git a/common/emu.c b/common/emu.c index 1e60925..235861b 100644 --- a/common/emu.c +++ b/common/emu.c @@ -1357,6 +1357,7 @@ void emu_cmn_forced_frame(int no_scale, int do_emu) memset32(g_screen_ptr, 0, g_screen_width * g_screen_height * 2 / 4); + PicoOpt &= ~POPT_ALT_RENDERER; PicoOpt |= POPT_ACC_SPRITES; if (!no_scale) PicoOpt |= POPT_EN_SOFTSCALE;