From 50388cd2d8ad759630c731fea23e002f38fd98f7 Mon Sep 17 00:00:00 2001 From: m4xw Date: Fri, 5 Feb 2021 11:34:41 +0100 Subject: Disable lightrec for libnx Requires the impl. of the rw/rx patches first--- Makefile.libretro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.libretro') diff --git a/Makefile.libretro b/Makefile.libretro index e735705..60feab4 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) -- cgit v1.2.3