mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Adjust GSC_DemonStone crc hack.
Move back to partial level, half screen issue.
This commit is contained in:
parent
11f09d4944
commit
f41b536682
|
@ -137,7 +137,7 @@ bool GSC_DemonStone(const GSFrameInfo& fi, int& skip)
|
||||||
}
|
}
|
||||||
else
|
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;
|
skip = 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue