mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
GS/HW: Partially remove GSC_UrbanReign that skips draws.
Fixes lightning issues, tex in rt properly fixes the black rain/lightning.
This commit is contained in:
parent
47931a0689
commit
eff9b4167c
@ -551,11 +551,6 @@ bool GSHwHack::GSC_UrbanReign(GSRendererHW& r, int& skip)
|
||||
{
|
||||
if (skip == 0)
|
||||
{
|
||||
if (RTME && RFBP == 0x0000 && RTBP0 == 0x3980 && RFPSM == RTPSM && RTPSM == PSMCT32 && RFBMSK == 0x0)
|
||||
{
|
||||
skip = 1; // Black shadow
|
||||
}
|
||||
|
||||
// Urban Reign downsamples the framebuffer with page-wide columns at a time, and offsets the TBP0 forward as such,
|
||||
// which would be fine, except their texture coordinates appear to be off by one. Which prevents the page translation
|
||||
// from matching the last column, because it's trying to fit the last 65 columns of a 640x448 (effectively 641x448)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user