From 58287ad666df8e5a60643590aea4ac735ceab91a Mon Sep 17 00:00:00 2001 From: jdgleaver <38211560+jdgleaver@users.noreply.github.com> Date: Tue, 18 Jan 2022 18:13:49 +0000 Subject: [PATCH] (3DS) Disable CHD support (#13512) --- Makefile.ctr | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.ctr b/Makefile.ctr index 97e2af1afc..f082b28c79 100644 --- a/Makefile.ctr +++ b/Makefile.ctr @@ -63,7 +63,6 @@ ifeq ($(GRIFFIN_BUILD), 1) DEFINES += -DHAVE_GFX_WIDGETS DEFINES += -DHAVE_OVERLAY DEFINES += -DHAVE_CORE_INFO_CACHE - DEFINES += -DHAVE_CHD #DEFINES += -DHAVE_SOCKET_LEGACY #-DHAVE_SSL -DHAVE_BUILTINMBEDTLS -DMBEDTLS_SSL_DEBUG_ALL #ssl is currently incompatible with griffin due to use of the "static" flag on repeating functions that will conflict when included in one file