From 5e317202e1ef907be3f5e1c6b483fa5e9ceca0d8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 1 May 2014 05:27:49 +0200 Subject: [PATCH] (Filter) Blargg NTSC SNES composite should now be fixed - RGB565 only right now --- gfx/filters/blargg_ntsc_snes_composite.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/filters/blargg_ntsc_snes_composite.c b/gfx/filters/blargg_ntsc_snes_composite.c index 12a6574e15..761ea5358d 100755 --- a/gfx/filters/blargg_ntsc_snes_composite.c +++ b/gfx/filters/blargg_ntsc_snes_composite.c @@ -113,9 +113,6 @@ static void blargg_ntsc_snes_composite_render_rgb565(int width, int height, if(!ntsc) return; - pitch >>= 1; - outpitch >>= 1; - if(width <= 256) snes_ntsc_blit(ntsc, input, pitch, burst, width, height, output, outpitch * 2, first, last); else