(3DS) Disable CHD support (#13512)
This commit is contained in:
parent
c50087efdc
commit
58287ad666
|
@ -63,7 +63,6 @@ ifeq ($(GRIFFIN_BUILD), 1)
|
||||||
DEFINES += -DHAVE_GFX_WIDGETS
|
DEFINES += -DHAVE_GFX_WIDGETS
|
||||||
DEFINES += -DHAVE_OVERLAY
|
DEFINES += -DHAVE_OVERLAY
|
||||||
DEFINES += -DHAVE_CORE_INFO_CACHE
|
DEFINES += -DHAVE_CORE_INFO_CACHE
|
||||||
DEFINES += -DHAVE_CHD
|
|
||||||
#DEFINES += -DHAVE_SOCKET_LEGACY
|
#DEFINES += -DHAVE_SOCKET_LEGACY
|
||||||
#-DHAVE_SSL -DHAVE_BUILTINMBEDTLS -DMBEDTLS_SSL_DEBUG_ALL
|
#-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
|
#ssl is currently incompatible with griffin due to use of the "static" flag on repeating functions that will conflict when included in one file
|
||||||
|
|
Loading…
Reference in New Issue