diff options
Diffstat (limited to 'Makefile.libretro')
-rw-r--r-- | Makefile.libretro | 2 |
1 files changed, 2 insertions, 0 deletions
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) |