libretro: Fix interaction with Blargg filter and hires.

This commit is contained in:
BearOso 2022-01-30 20:03:34 -06:00
parent 82891ce976
commit a4efafbd2e
1 changed files with 1 additions and 1 deletions

View File

@ -2021,7 +2021,7 @@ bool8 S9xDeinitUpdate(int width, int height)
else
snes_ntsc_blit(snes_ntsc, GFX.Screen, GFX.Pitch / 2, burst_phase, width, height, snes_ntsc_buffer, GFX.Pitch);
video_cb(snes_ntsc_buffer + ((int)(GFX.Pitch >> 1) * overscan_offset), SNES_NTSC_OUT_WIDTH(width), height, GFX.Pitch);
video_cb(snes_ntsc_buffer + ((int)(GFX.Pitch >> 1) * overscan_offset), SNES_NTSC_OUT_WIDTH(256), height, GFX.Pitch);
}
else if (width == MAX_SNES_WIDTH && hires_blend)
{