From a18ecb35274fcb7e2e0e9114f92d4d3833359bf5 Mon Sep 17 00:00:00 2001 From: zeromus Date: Fri, 26 Jun 2009 06:17:20 +0000 Subject: [PATCH] remove which caused compile errors on one lone person's system. why only him?? --- desmume/src/texcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/texcache.h b/desmume/src/texcache.h index 3d6671871..8d7f2c48a 100644 --- a/desmume/src/texcache.h +++ b/desmume/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();