Re-enable QOI support (#2236)
* Updated QOI to latest version. * Enable back QOI support! * Stray extra space! Should be good now.
This commit is contained in:
parent
22d0baa896
commit
588de4d095
2 changed files with 324 additions and 231 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue