From 16d12e804cfea65ff6b189be5f480935e95b5c04 Mon Sep 17 00:00:00 2001 From: MrHuu Date: Tue, 5 May 2020 12:25:13 +0200 Subject: [PATCH] (3DS) re-Enable 7z support Adds missing HAVE_7ZIP definition for griffin builds. I have no issues with this. Browsing and loading .7z files works as it should. Unless there's a specific reason this was removed, it can be enabled. --- Makefile.ctr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ctr b/Makefile.ctr index 83b3624a72..1eb4a1b386 100644 --- a/Makefile.ctr +++ b/Makefile.ctr @@ -51,7 +51,7 @@ DEFINES := ifeq ($(GRIFFIN_BUILD), 1) OBJ += griffin/griffin.o DEFINES += -DHAVE_GRIFFIN=1 -DHAVE_MENU -DHAVE_CONFIGFILE -DHAVE_RGUI -DHAVE_XMB -DHAVE_MATERIALUI -DHAVE_LIBRETRODB -DHAVE_CC_RESAMPLER - DEFINES += -DHAVE_ZLIB -DHAVE_RPNG -DHAVE_RJPEG -DHAVE_RBMP -DHAVE_RTGA + DEFINES += -DHAVE_ZLIB -DHAVE_7ZIP -DHAVE_RPNG -DHAVE_RJPEG -DHAVE_RBMP -DHAVE_RTGA #DEFINES += -DHAVE_NETWORKING -DHAVE_CHEEVOS -DRC_DISABLE_LUA -DHAVE_SOCKET_LEGACY -DHAVE_THREADS #-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