Fix xgkick delay mistake

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1073 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2009-04-27 19:40:07 +00:00
parent 5183f1eb63
commit 7ecc0dd6a3
1 changed files with 1 additions and 1 deletions

View File

@ -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;