mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Remove blur/ghosting crc hacks for GSC_ShadowofRome.
Upscaling issue. Half Pixel Offset hack solves the issue.
This commit is contained in:
parent
d8702a9523
commit
ae2642e55a
|
@ -447,10 +447,6 @@ bool GSC_ShadowofRome(const GSFrameInfo& fi, int& skip)
|
|||
{
|
||||
skip = 1; // Speedhack ?
|
||||
}
|
||||
else if(fi.TME && (fi.TBP0==0x0700) && (fi.TPSM == PSM_PSMCT32 || fi.TPSM == PSM_PSMCT24))
|
||||
{
|
||||
skip = 1; // Blur
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue