From c659751976da41ebcd9c5ff4d6168fdbab70734e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 11 Apr 2022 07:11:16 +0200 Subject: [PATCH] (PSP) Take out HAVE_LANGEXTRA for PSP - RAM is not at a premium for this console --- Makefile.psp1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.psp1 b/Makefile.psp1 index 9134dcb978..b7e5884335 100644 --- a/Makefile.psp1 +++ b/Makefile.psp1 @@ -21,7 +21,6 @@ ASFLAGS = $(CFLAGS) RARCH_DEFINES = -DPSP \ -D_MIPS_ARCH_ALLEGREX \ - -DHAVE_LANGEXTRA \ -DHAVE_ZLIB \ -DHAVE_AUDIOMIXER \ -DHAVE_RWAV \