From 778896e3888aaaea996e81f0e641cb35b4b74694 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 6 Oct 2024 03:47:06 +0300 Subject: [PATCH] try to fix build --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index bf13626e..135eccb7 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -285,6 +285,7 @@ else ifeq ($(platform), psl1ght) LIBDL := NEED_SYSCONF := 1 HAVE_PHYSICAL_CDROM = 0 + USE_ASYNC_CDROM = 0 # PSP else ifeq ($(platform), psp1) -- 2.39.5