From 7f0f19ee02b6b8c6eaebba8900ff59344b71dd70 Mon Sep 17 00:00:00 2001 From: avihal Date: Sun, 9 Oct 2011 07:43:10 +0000 Subject: [PATCH] Yakuza 1 CRC hack (seem to work better than previous one). git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4928 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSdx/GSState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSState.cpp b/plugins/GSdx/GSState.cpp index 16a009de70..cc9b2d04fa 100644 --- a/plugins/GSdx/GSState.cpp +++ b/plugins/GSdx/GSState.cpp @@ -3154,7 +3154,7 @@ bool GSC_Yakuza(const GSFrameInfo& fi, int& skip) */ ) { - skip=17; + skip=3; } return true; }