[!]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:
parent
d10a28a07d
commit
d556e9a7b2
|
@ -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
|
||||||
\*****************************************************************************/
|
\*****************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue