GS/HW: Modify Burnout IO CRC hack to not affect online mode screen

This commit is contained in:
refractionpcsx2 2023-07-26 19:10:27 +01:00
parent e5991a4379
commit 84491ff655
1 changed files with 2 additions and 0 deletions

View File

@ -1054,6 +1054,8 @@ bool GSHwHack::OI_BurnoutGames(GSRendererHW& r, GSTexture* rt, GSTexture* ds, GS
if (!r.CanUseSwSpriteRender())
return true;
if (!r.PRIM->TME)
return true;
// Render palette via CPU.
r.SwSpriteRender();