test commit: please test if this improve the performance with the safe texture cache

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5038 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Rodolfo Osvaldo Bogado
2010-02-10 15:55:24 +00:00
parent 0b733d36c4
commit 6200c99dd4
4 changed files with 118 additions and 13 deletions

View File

@ -91,6 +91,7 @@ void TexDecoder_DecodeTexel(u8 *dst, const u8 *src, int s, int t, int imageWidth
u64 TexDecoder_GetFullHash(const u8 *src, int len, u64 seed = 0);
u64 TexDecoder_GetFastHash(const u8 *src, int len, u64 seed = 0);
u32 TexDecoder_GetFullHash32(const u8 *src, int len, u32 seed = 0);
void TexDecoder_SetTexFmtOverlayOptions(bool enable, bool center);