GS/HW: Adjust BurnoutGames CRC to allow preloading of undercarriage

This commit is contained in:
refractionpcsx2 2023-06-21 09:36:43 +01:00
parent ff5a9e0ea1
commit 3278856764
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ bool GSHwHack::GSC_Tekken5(GSRendererHW& r, int& skip)
bool GSHwHack::GSC_BurnoutGames(GSRendererHW& r, int& skip)
{
if (RFBW == 2 && std::abs(static_cast<int>(RFBP) - static_cast<int>(RZBP)) <= static_cast<int>(BLOCKS_PER_PAGE))
if (RFBW == 2 && std::abs(static_cast<int>(RFBP) - static_cast<int>(RZBP)) <= static_cast<int>(BLOCKS_PER_PAGE) && (!RTME || RTPSM != PSMT8))
{
skip = 2;
return true;