From: notaz Date: Sun, 6 Oct 2024 00:10:20 +0000 (+0300) Subject: try to fix build X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5797cec04568460c759e3eb59ce9b8b87d137660;p=pcsx_rearmed.git try to fix build --- 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)