mirror of https://github.com/snes9xgit/snes9x.git
win32: Fix RF filter size.
This commit is contained in:
parent
583ed1004c
commit
ae84135f10
|
@ -341,6 +341,7 @@ RECT GetFilterOutputSize(SSurface Src)
|
|||
case FILTER_NONE:
|
||||
SetRect(&rect, Src.Width, Src.Height, 1);
|
||||
break;
|
||||
case FILTER_BLARGGRF:
|
||||
case FILTER_BLARGGCOMP:
|
||||
case FILTER_BLARGGSVID:
|
||||
case FILTER_BLARGGRGB:
|
||||
|
|
Loading…
Reference in New Issue