From f5e639c11ceffad199645ee7758a3a170befd276 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Sun, 25 Aug 2019 11:37:15 +0200 Subject: [PATCH] Fix PS2 compilation after multi-language support --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index cbcb4b07..fe9b59bc 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -263,6 +263,7 @@ else ifeq ($(platform), ps2) CFLAGS += -Dmemcpy=mips_memcpy -Dmemset=mips_memset # CFLAGS += -D_ASM_MISC_C_AMIPS -D_ASM_DRAW_C_AMIPS -D_ASM_MEMORY_C_AMIPS CFLAGS += -I$(PS2SDK)/ports/include -I$(PS2DEV)/gsKit/include -I$(PS2SDK)/ee/include -I$(PS2SDK)/common/include -Iplatform/ps2 + CFLAGS += -DHAVE_NO_LANGEXTRA STATIC_LINKING = 1 NO_MMAP = 1 DONT_COMPILE_IN_ZLIB = 1