Another µVU typo, fixes silent hill 2 but probably not nothing else.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1263 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
sudonim1 2009-05-25 14:43:15 +00:00
parent 0c5c45061b
commit a46f1538f0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
//------------------------------------------------------------------
#define aReg(x) mVUregs.VF[x]
#define bReg(x, y) mVUregsTemp.VFreg[y] = x; mVUregsTemp.VF[0]
#define bReg(x, y) mVUregsTemp.VFreg[y] = x; mVUregsTemp.VF[y]
#define aMax(x, y) ((x > y) ? x : y)
#define analyzeReg1(reg) { \