From 5dbc82794c36149306e8ff0277ccdac4d3027d9b Mon Sep 17 00:00:00 2001 From: GithubPrankster <33995085+GithubPrankster@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:02:41 -0300 Subject: [PATCH] Enable back QOI support! --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index c15a7c49b..6ab18fa26 100644 --- a/src/config.h +++ b/src/config.h @@ -153,7 +153,7 @@ //#define SUPPORT_FILEFORMAT_TGA 1 //#define SUPPORT_FILEFORMAT_JPG 1 #define SUPPORT_FILEFORMAT_GIF 1 -//#define SUPPORT_FILEFORMAT_QOI 1 // WARNING: Specs are not final yet! +#define SUPPORT_FILEFORMAT_QOI 1 //#define SUPPORT_FILEFORMAT_PSD 1 #define SUPPORT_FILEFORMAT_DDS 1 #define SUPPORT_FILEFORMAT_HDR 1