From 43cb60ce6554566358bcea86f8df56c05316020b Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 25 Jul 2023 20:43:59 +0300 Subject: [PATCH] make: enable lightrec for psl1ght too no idea if anything works though (untested) --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index e297bb6d..262bd444 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -268,7 +268,7 @@ else ifeq ($(platform), psl1ght) NO_PTHREAD := 1 LIBPTHREAD := LIBDL := - DYNAREC := 0 # missing sysconf() + NEED_SYSCONF := 1 # PSP else ifeq ($(platform), psp1) -- 2.39.5