Disable lightrec for libnx
authorm4xw <m4x@m4xw.net>
Fri, 5 Feb 2021 10:34:41 +0000 (11:34 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Feb 2021 10:34:41 +0000 (11:34 +0100)
Requires the impl. of the rw/rx patches first

Makefile.libretro

index e735705..60feab4 100644 (file)
@@ -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)