mirror of https://github.com/PCSX2/pcsx2.git
GS/HW: Modify Burnout IO CRC hack to not affect online mode screen
This commit is contained in:
parent
e5991a4379
commit
84491ff655
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue