remove <TexCache_TexFormat format> which caused compile errors on one lone person's system. why only him??
This commit is contained in:
parent
faa55cf1f7
commit
a18ecb3527
|
@ -43,7 +43,7 @@ extern void (*TexCache_BindTextureData)(u32 texnum, u8* data);
|
||||||
|
|
||||||
void TexCache_Reset();
|
void TexCache_Reset();
|
||||||
|
|
||||||
template<TexCache_TexFormat format>
|
template<TexCache_TexFormat>
|
||||||
void TexCache_SetTexture(u32 format, u32 texpal);
|
void TexCache_SetTexture(u32 format, u32 texpal);
|
||||||
|
|
||||||
void TexCache_Invalidate();
|
void TexCache_Invalidate();
|
||||||
|
|
Loading…
Reference in New Issue