From 1e150bccdf9548a169c8e96eeec1b4c2129b04b6 Mon Sep 17 00:00:00 2001 From: magumagu9 Date: Tue, 17 Feb 2009 02:42:21 +0000 Subject: [PATCH] Build fix for r2283. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2285 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/TextureDecoder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/VideoCommon/Src/TextureDecoder.h b/Source/Core/VideoCommon/Src/TextureDecoder.h index ff7a3fe568..7995dbda0a 100644 --- a/Source/Core/VideoCommon/Src/TextureDecoder.h +++ b/Source/Core/VideoCommon/Src/TextureDecoder.h @@ -77,6 +77,7 @@ enum PC_TexFormat PC_TEX_FMT_I8, PC_TEX_FMT_IA8, PC_TEX_FMT_RGB565, + PC_TEX_FMT_DXT1, }; PC_TexFormat TexDecoder_Decode(u8 *dst, const u8 *src, int width, int height, int texformat, int tlutaddr, int tlutfmt);