From c0dde586a00824a3799dee52676480e6a01a2b77 Mon Sep 17 00:00:00 2001 From: natinusala Date: Wed, 30 Jan 2019 19:11:11 +0100 Subject: [PATCH] libnx: Remove HAVE_CHD due to static conflicts between different cores --- Makefile.libnx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libnx b/Makefile.libnx index 566730ecb3..a15b596cde 100644 --- a/Makefile.libnx +++ b/Makefile.libnx @@ -41,7 +41,7 @@ HAVE_NETWORKING = 1 HAVE_NETPLAYDISCOVERY = 1 HAVE_STB_FONT = 1 HAVE_CHEEVOS = 1 -HAVE_CHD = 1 +HAVE_CHD = 0 # disabled due to static libretro-common and libchdr conflicts between different cores HAVE_STB_VORBIS = 1 # RetroArch libnx useful flags