GSdx: Adjust GSC_DemonStone crc hack.

Move back to partial level, half screen issue.
This commit is contained in:
lightningterror 2018-12-21 02:28:59 +01:00
parent 11f09d4944
commit f41b536682
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ bool GSC_DemonStone(const GSFrameInfo& fi, int& skip)
}
else
{
if(Dx_only && fi.TME && (fi.FBP == 0x00000 || fi.FBP == 0x01000) && fi.FPSM == PSM_PSMCT32)
if(fi.TME && (fi.FBP == 0x00000 || fi.FBP == 0x01000) && fi.FPSM == PSM_PSMCT32)
{
skip = 2;
}