GS/HW: Fix up Burnout CRC so NS properly detects downscale.

This commit is contained in:
refractionpcsx2 2024-06-22 12:23:33 +01:00
parent 915ed85f5d
commit 6fc631eaba
1 changed files with 2 additions and 0 deletions

View File

@ -288,6 +288,8 @@ bool GSHwHack::GSC_BurnoutGames(GSRendererHW& r, int& skip)
downsample_fb = GIFRegTEX0::Create(RFBP, RFBW, RFPSM);
state = 3;
GL_INS("GSC_BurnoutGames(): Downsampling.");
// Fix up the texture width so the native scaling code can properly detect it as a downscale.
RTBW = RFBW * 2;
return true;
}