summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/TextureDecoder.h
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2008-08-06 01:08:02 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2008-08-06 01:08:02 +0000
commita44e94a59481e104a918bea7cd606d724e71a6f8 (patch)
tree2b1b1bdd560fc39167079380ce437e61fa36bc75 /Source/Core/VideoCommon/Src/TextureDecoder.h
parent94a5ab087af05b7f54fc3732a77489391394e2fd (diff)
added overlay that displays texture formats (thanks to gigaherz!)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@139 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureDecoder.h')
-rw-r--r--Source/Core/VideoCommon/Src/TextureDecoder.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureDecoder.h b/Source/Core/VideoCommon/Src/TextureDecoder.h
index 7d333d6acf..66afe5dc80 100644
--- a/Source/Core/VideoCommon/Src/TextureDecoder.h
+++ b/Source/Core/VideoCommon/Src/TextureDecoder.h
@@ -76,4 +76,6 @@ enum PC_TexFormat
PC_TexFormat TexDecoder_Decode(u8 *dst, u8 *src, int width, int height, int texformat, int tlutaddr, int tlutfmt);
-#endif
+void TexDecoder_SetTexFmtOverlayOptions(bool enable, bool center);
+
+#endif \ No newline at end of file