X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Femu.c;h=235861b0bfe387384aaacb9c23df437da5cedd2d;hb=8340e7c99fd3e44c6b8bd3239b7676b16b73d028;hp=1e60925707502ce112cdcebfd53a95dbc2507351;hpb=77189b7d9c3e513a4ea612cdcc77955dbc07f75d;p=picodrive.git diff --git a/platform/common/emu.c b/platform/common/emu.c index 1e60925..235861b 100644 --- a/platform/common/emu.c +++ b/platform/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;