From d148d570532dff406073d00170975e34db4fba4d Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Mon, 24 Feb 2020 11:21:58 +0000 Subject: [PATCH] (3DS) Disable NTSC filter --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index c687a5f..b71d0a4 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -225,6 +225,7 @@ else ifeq ($(platform), ctr) CFLAGS += -fomit-frame-pointer -fstrict-aliasing -ffast-math STATIC_LINKING=1 EXTERNAL_ZLIB=1 + HAVE_NTSC=0 # Raspberry Pi 1 else ifeq ($(platform), rpi1)