Merge pull request #49 from death-droid/GlideHQTextureCompressFix

[!]Fix Glide HQ's colour problem when texture compression is enabled.
This commit is contained in:
project64 2015-02-03 14:03:30 +11:00
commit f0848324db
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
\*****************************************************************************/ \*****************************************************************************/