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:
lightningterror 2019-10-11 21:04:20 +02:00
parent c6b8763ba6
commit 7bf920b07c
1 changed files with 0 additions and 4 deletions

View File

@ -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;