From 5797cec04568460c759e3eb59ce9b8b87d137660 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 6 Oct 2024 03:10:20 +0300 Subject: [PATCH] try to fix build --- Makefile.libretro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.libretro b/Makefile.libretro index 37bcd84b..bf13626e 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -328,6 +328,7 @@ else ifeq ($(platform), ctr) CFLAGS += -Werror=implicit-function-declaration CFLAGS += -DHAVE_UNISTD_H CFLAGS += -DZ7_DECL_Int32_AS_long + CFLAGS += -DUSE_CTRULIB_2 OBJS += frontend/3ds/utils.o @@ -380,6 +381,7 @@ else ifneq (,$(filter $(platform),ngc wii wiiu)) LIBPTHREAD := LIBRT := HAVE_PHYSICAL_CDROM = 0 + USE_ASYNC_CDROM = 0 # QNX else ifeq ($(platform), qnx) -- 2.39.5