From 7ecc0dd6a3a85e9b33692c8d9fa2319d5b54804f Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Mon, 27 Apr 2009 19:40:07 +0000 Subject: [PATCH] Fix xgkick delay mistake git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1073 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/x86/iVUzerorec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/x86/iVUzerorec.cpp b/pcsx2/x86/iVUzerorec.cpp index 2c9797626a..b5fdbc1c54 100644 --- a/pcsx2/x86/iVUzerorec.cpp +++ b/pcsx2/x86/iVUzerorec.cpp @@ -118,7 +118,7 @@ union VURecRegs u32 id; }; -#define SUPERVU_XGKICKDELAY 0 // yes this is needed as default (wipeout) +#define SUPERVU_XGKICKDELAY 1 // yes this is needed as default (wipeout) class VuBaseBlock;