From 27d1cc990546ef17283e3953677bfc7eefeb2e54 Mon Sep 17 00:00:00 2001 From: natinusala Date: Mon, 7 Jan 2019 19:08:41 +0100 Subject: [PATCH] libnx: add HAVE_CHD to the Makefile --- Makefile.libnx | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libnx b/Makefile.libnx index 7a087bdfa5..f2acd1712b 100644 --- a/Makefile.libnx +++ b/Makefile.libnx @@ -41,6 +41,7 @@ HAVE_NETWORKING = 1 HAVE_NETPLAYDISCOVERY = 1 HAVE_STB_FONT = 1 HAVE_CHEEVOS = 1 +HAVE_CHD = 1 # RetroArch libnx useful flags HAVE_THREADS = 1