Backport the compile fix from r2441.
This commit is contained in:
parent
cefa3dbcf5
commit
5f34275608
|
@ -43,7 +43,7 @@ extern void (*TexCache_BindTextureData)(u32 texnum, u8* data);
|
|||
|
||||
void TexCache_Reset();
|
||||
|
||||
template<TexCache_TexFormat format>
|
||||
template<TexCache_TexFormat>
|
||||
void TexCache_SetTexture(u32 format, u32 texpal);
|
||||
|
||||
void TexCache_Invalidate();
|
||||
|
|
Loading…
Reference in New Issue