We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3204d commit aa4a196Copy full SHA for aa4a196
2 files changed
gfx/video_filters/dedither.c
@@ -208,3 +208,9 @@ const struct softfilter_implementation *softfilter_get_implementation(softfilter
208
{
209
return &dedither_generic;
210
}
211
+
212
+#ifdef RARCH_INTERNAL
213
+#undef softfilter_get_implementation
214
+#undef softfilter_thread_data
215
+#undef filter_data
216
+#endif
gfx/video_filters/pixel_art_aa.c
@@ -171,3 +171,9 @@ static const struct softfilter_implementation paa_impl = {
171
const struct softfilter_implementation *softfilter_get_implementation(softfilter_simd_mask_t simd) {
172
return &paa_impl;
173
174
175
176
177
178
179
0 commit comments