From 5f342756086502ffdfd9d64b61b2f9c82df92294 Mon Sep 17 00:00:00 2001 From: riccardom Date: Tue, 4 Aug 2009 16:17:53 +0000 Subject: [PATCH] Backport the compile fix from r2441. --- src/texcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/texcache.h b/src/texcache.h index 3d6671871..8d7f2c48a 100644 --- a/src/texcache.h +++ b/src/texcache.h @@ -43,7 +43,7 @@ extern void (*TexCache_BindTextureData)(u32 texnum, u8* data); void TexCache_Reset(); -template +template void TexCache_SetTexture(u32 format, u32 texpal); void TexCache_Invalidate();