mirror of https://github.com/PCSX2/pcsx2.git
Fix xgkick delay mistake
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1073 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
5183f1eb63
commit
7ecc0dd6a3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue