From d556e9a7b232da99ae38e5c8f462056a63b97629 Mon Sep 17 00:00:00 2001 From: Emmet Young Date: Tue, 3 Feb 2015 13:24:47 +1100 Subject: [PATCH] [!]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 --- Source/GlideHQ/tc-1.1+/internal.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Source/GlideHQ/tc-1.1+/internal.h b/Source/GlideHQ/tc-1.1+/internal.h index 28ace4b45..b1924cbef 100644 --- a/Source/GlideHQ/tc-1.1+/internal.h +++ b/Source/GlideHQ/tc-1.1+/internal.h @@ -23,6 +23,15 @@ #ifndef INTERNAL_H_included #define INTERNAL_H_included + +/*****************************************************************************\ +* Texture compression stuff +\*****************************************************************************/ +#define RADEON +#define YUV +#define ARGB + + /*****************************************************************************\ * DLL stuff \*****************************************************************************/