summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/TextureDecoder.h
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-08-16 23:53:00 +0000
committerhrydgard <hrydgard@gmail.com>2008-08-16 23:53:00 +0000
commitd1723cae4aa7a6f6de98e02dcfa70babe5ea1dab (patch)
tree8d1fcb36c5fa5a03dddeec94d8ab2add0c27f35c /Source/Core/VideoCommon/Src/TextureDecoder.h
parent72e1a6afc8b79d2a00bc4b5d90fd737fba37a31e (diff)
fix bug in giga's resampler,
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@230 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureDecoder.h')
-rw-r--r--Source/Core/VideoCommon/Src/TextureDecoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureDecoder.h b/Source/Core/VideoCommon/Src/TextureDecoder.h
index e6b8da5b20..86e07f3da4 100644
--- a/Source/Core/VideoCommon/Src/TextureDecoder.h
+++ b/Source/Core/VideoCommon/Src/TextureDecoder.h
@@ -74,7 +74,7 @@ enum PC_TexFormat
PC_TEX_FMT_BGRA32 = 1,
};
-PC_TexFormat TexDecoder_Decode(u8 *dst, u8 *src, int width, int height, int texformat, int tlutaddr, int tlutfmt);
+PC_TexFormat TexDecoder_Decode(u8 *dst, const u8 *src, int width, int height, int texformat, int tlutaddr, int tlutfmt);
void TexDecoder_SetTexFmtOverlayOptions(bool enable, bool center);