GSdx: Remove blur/ghosting crc hacks for GSC_ShadowofRome.

Upscaling issue. Half Pixel Offset hack solves the issue.
This commit is contained in:
lightningterror 2018-11-17 20:33:39 +01:00
parent d8702a9523
commit ae2642e55a
1 changed files with 0 additions and 4 deletions

View File

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