From f41b536682433104e4d9ac5545747f58e0a12a9d Mon Sep 17 00:00:00 2001 From: lightningterror Date: Fri, 21 Dec 2018 02:28:59 +0100 Subject: [PATCH] GSdx: Adjust GSC_DemonStone crc hack. Move back to partial level, half screen issue. --- plugins/GSdx/Renderers/HW/GSHwHack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/Renderers/HW/GSHwHack.cpp b/plugins/GSdx/Renderers/HW/GSHwHack.cpp index 59a7f38218..da2b524f30 100644 --- a/plugins/GSdx/Renderers/HW/GSHwHack.cpp +++ b/plugins/GSdx/Renderers/HW/GSHwHack.cpp @@ -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; }