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:
lightningterror 2025-08-18 19:29:34 +02:00
parent 47931a0689
commit eff9b4167c

View File

@ -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)