linux+psp, improve sw upscaling

This commit is contained in:
kub 2021-11-26 21:32:29 +01:00
parent 6890dcfafc
commit 44e4bf2b0f
2 changed files with 12 additions and 8 deletions

View file

@ -104,7 +104,7 @@ static void change_renderer(int diff)
static void apply_renderer(void)
{
PicoIn.opt &= ~POPT_ALT_RENDERER;
PicoIn.opt &= ~(POPT_ALT_RENDERER|POPT_EN_SOFTSCALE);
switch (get_renderer()) {
case RT_16BIT: