From: m4xw Date: Fri, 5 Feb 2021 10:34:41 +0000 (+0100) Subject: Disable lightrec for libnx X-Git-Tag: r24l~595 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50388cd2d8ad759630c731fea23e002f38fd98f7;p=pcsx_rearmed.git Disable lightrec for libnx Requires the impl. of the rw/rx patches first --- diff --git a/Makefile.libretro b/Makefile.libretro index e7357052..60feab41 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -160,6 +160,8 @@ else ifeq ($(platform), libnx) CFLAGS += -Ifrontend/switch -ftree-vectorize LIBPTHREAD := STATIC_LINKING=1 + # Lightning requires rw/rx patches first + DYNAREC := 0 # Lakka Switch (arm64) else ifeq ($(platform), arm64)