mirror of https://github.com/PCSX2/pcsx2.git
gsdx-hw: Purge impact screen crc hack for Burnout Revenge.
Effect is properly rendered with depth emulation, so far only Burnout Revenge triggered the crc hack from my testing. Triggering the draw is done when the player car crashes.
This commit is contained in:
parent
c6b8763ba6
commit
7bf920b07c
|
@ -605,10 +605,6 @@ bool GSC_BurnoutGames(const GSFrameInfo& fi, int& skip)
|
|||
// Multiplayer tested only on Takedown.
|
||||
skip = 4;
|
||||
}
|
||||
else if (fi.TME && (fi.FBP == 0x02d60 || fi.FBP == 0x033a0) && fi.FPSM == fi.TPSM && (fi.TBP0 == 0x02d60 || fi.TBP0 == 0x033a0) && fi.TPSM == PSM_PSMCT32 && fi.FBMSK == 0x0)
|
||||
{
|
||||
skip = 2; // impact screen
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue