Skip to content

Commit

Permalink
win32: specify filter scale for blargg rf (fixes #704)
Browse files Browse the repository at this point in the history
  • Loading branch information
OV2 committed May 27, 2021
1 parent 4811462 commit 9398d21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions win32/render.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ int GetFilterScale(RenderFilter filterID)
case FILTER_HQ3XBOLD:
case FILTER_LQ3XBOLD:
case FILTER_EPX3:
case FILTER_BLARGGRF:
case FILTER_BLARGGCOMP:
case FILTER_BLARGGSVID:
case FILTER_BLARGGRGB:
Expand All @@ -241,6 +242,7 @@ bool GetFilterHiResSupport(RenderFilter filterID)
case FILTER_SIMPLE1X:
case FILTER_SIMPLE2X:
case FILTER_SCANLINES:
case FILTER_BLARGGRF:
case FILTER_BLARGGCOMP:
case FILTER_BLARGGSVID:
case FILTER_BLARGGRGB:
Expand Down Expand Up @@ -288,6 +290,7 @@ inline static bool GetFilterBlendSupport(RenderFilter filterID)
switch(filterID)
{
case FILTER_SIMPLE1X:
case FILTER_BLARGGRF:
case FILTER_BLARGGCOMP:
case FILTER_BLARGGSVID:
case FILTER_BLARGGRGB:
Expand Down

0 comments on commit 9398d21

Please sign in to comment.