From 4eae76302fa174f7fe045851261e361aa200d107 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 20 Nov 2020 00:34:18 +0100 Subject: REPLACED: rgif.h by msf_gif.h The improvement in performance is considerable! --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index c6725e84..7be9ef23 100644 --- a/src/config.h +++ b/src/config.h @@ -55,7 +55,7 @@ // Allow automatic screen capture of current screen pressing F12, defined in KeyCallback() #define SUPPORT_SCREEN_CAPTURE 1 // Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback() -//#define SUPPORT_GIF_RECORDING 1 +#define SUPPORT_GIF_RECORDING 1 // Allow scale all the drawn content to match the high-DPI equivalent size (only PLATFORM_DESKTOP) //#define SUPPORT_HIGH_DPI 1 // Support CompressData() and DecompressData() functions -- cgit v1.2.3