1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-25 22:09:35 +00:00

Update TxFilterStub.cpp

This commit is contained in:
Gillou68310 2017-12-14 12:33:09 +01:00
parent 05aaddd600
commit 3e7e943172

View File

@ -2,7 +2,8 @@
TAPI boolean TAPIENTRY
txfilter_init(int maxwidth, int maxheight, int maxbpp, int options, int cachesize,
const wchar_t *path, const wchar_t * texPackPath, const wchar_t*ident, dispInfoFuncExt callback)
const wchar_t *txCachePath, const wchar_t *txDumpPath, const wchar_t * texPackPath,
const wchar_t* ident, dispInfoFuncExt callback)
{
return 0;
}
@ -42,3 +43,6 @@ txfilter_reloadhirestex()
return 0;
}
TAPI void TAPIENTRY
txfilter_dumpcache(void)
{}