File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2690,7 +2690,9 @@ ifeq ($(HAVE_STATIC_VIDEO_FILTERS), 1)
26902690 gfx/video_filters/upscale_256x_320x240.o \
26912691 gfx/video_filters/picoscale_256x_320x240.o \
26922692 gfx/video_filters/upscale_240x160_320x240.o \
2693- gfx/video_filters/upscale_mix_240x160_320x240.o
2693+ gfx/video_filters/upscale_mix_240x160_320x240.o \
2694+ gfx/video_filters/dedither.o \
2695+ gfx/video_filters/pixel_art_aa.o
26942696endif
26952697
26962698ifeq ($(WANT_IOSUHAX), 1)
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ asflags += -mfpu=neon
105105endif
106106
107107objects += blargg_ntsc_snes.$(DYLIB ) \
108+ dedither.$(DYLIB ) \
108109 phosphor2x.$(DYLIB ) \
109110 epx.$(DYLIB ) \
110111 lq2x.$(DYLIB ) \
@@ -118,6 +119,7 @@ objects += blargg_ntsc_snes.$(DYLIB) \
118119 normal2x_width.$(DYLIB ) \
119120 normal2x_height.$(DYLIB ) \
120121 normal4x.$(DYLIB ) \
122+ pixel_art_aa.$(DYLIB ) \
121123 scanline2x.$(DYLIB ) \
122124 grid2x.$(DYLIB ) \
123125 grid3x.$(DYLIB ) \
Original file line number Diff line number Diff line change @@ -1004,6 +1004,8 @@ FILTERS
10041004============================================================ */
10051005#ifdef HAVE_FILTERS_BUILTIN
10061006#ifdef HAVE_VIDEO_FILTER
1007+ #include "../gfx/video_filters/dedither.c"
1008+ #include "../gfx/video_filters/pixel_art_aa.c"
10071009#include "../gfx/video_filters/2xsai.c"
10081010#include "../gfx/video_filters/super2xsai.c"
10091011#include "../gfx/video_filters/supereagle.c"
You can’t perform that action at this time.
0 commit comments