mirror of https://github.com/PCSX2/pcsx2.git
GS/HW: Fix up Burnout CRC so NS properly detects downscale.
This commit is contained in:
parent
915ed85f5d
commit
6fc631eaba
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue