[!]Fix Glide HQ's colour problem when texture compression is enabled.

ARGB, RADEON and YUV should all be defined by default. They are required to prevent color problems from occurring during compression
This commit is contained in:
Emmet Young 2015-02-03 13:24:47 +11:00
parent d10a28a07d
commit d556e9a7b2
1 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,15 @@
#ifndef INTERNAL_H_included #ifndef INTERNAL_H_included
#define INTERNAL_H_included #define INTERNAL_H_included
/*****************************************************************************\
* Texture compression stuff
\*****************************************************************************/
#define RADEON
#define YUV
#define ARGB
/*****************************************************************************\ /*****************************************************************************\
* DLL stuff * DLL stuff
\*****************************************************************************/ \*****************************************************************************/