mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-30 23:10:14 -05:00
WiiU: Don't invalidate tex cache for dodongo (#2220)
This commit is contained in:
parent
0f3c2d7c78
commit
4eee417520
@ -1704,7 +1704,7 @@ void BossDodongo_DrawEffects(PlayState* play) {
|
|||||||
unkMtx = &play->billboardMtxF;
|
unkMtx = &play->billboardMtxF;
|
||||||
|
|
||||||
// OTRTODO: This call causes the whole texture cache to be cleaned up, which causes an important slowdown on switch so we need to find a way to avoid it.
|
// OTRTODO: This call causes the whole texture cache to be cleaned up, which causes an important slowdown on switch so we need to find a way to avoid it.
|
||||||
#ifndef __SWITCH__
|
#if !defined(__SWITCH__) && !defined(__WIIU__)
|
||||||
gSPInvalidateTexCache(POLY_XLU_DISP++, 0);
|
gSPInvalidateTexCache(POLY_XLU_DISP++, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user