summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/TextureDecoder.h
diff options
context:
space:
mode:
authormagumagu9 <magumagu9@gmail.com>2009-02-17 02:42:21 +0000
committermagumagu9 <magumagu9@gmail.com>2009-02-17 02:42:21 +0000
commit1e150bccdf9548a169c8e96eeec1b4c2129b04b6 (patch)
tree2f0e0fb84883b51de20efd54ebfade4fd8553804 /Source/Core/VideoCommon/Src/TextureDecoder.h
parent2621cf67475e289789ec17b66602a06babb3373d (diff)
Build fix for r2283.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2285 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureDecoder.h')
-rw-r--r--Source/Core/VideoCommon/Src/TextureDecoder.h1
1 files changed, 1 insertions, 0 deletions
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);