Skip to content

Commit

Permalink
GS/HW: Fix up Burnout CRC so NS properly detects downscale.
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Jun 22, 2024
1 parent 915ed85 commit 6fc631e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pcsx2/GS/Renderers/HW/GSHwHack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6fc631e

Please sign in to comment.