Merge pull request #49 from death-droid/GlideHQTextureCompressFix
[!]Fix Glide HQ's colour problem when texture compression is enabled.
This commit is contained in:
commit
f0848324db
|
@ -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