diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2008-08-06 01:08:02 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2008-08-06 01:08:02 +0000 |
| commit | a44e94a59481e104a918bea7cd606d724e71a6f8 (patch) | |
| tree | 2b1b1bdd560fc39167079380ce437e61fa36bc75 /Source/Core/VideoCommon/Src/TextureDecoder.h | |
| parent | 94a5ab087af05b7f54fc3732a77489391394e2fd (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.h | 4 |
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 |
