something drk||Raziel found that I forgot to commit. not very important, only effects non-MTGS/DC modes.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@397 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
cottonvibes 2008-12-07 01:12:39 +00:00 committed by Gregory Hainaut
parent 64ca08f02f
commit 3568b5cd1a
1 changed files with 6 additions and 2 deletions

View File

@ -5655,10 +5655,14 @@ void recVUMI_XGKICK( VURegs *VU, int info )
#endif
}
else {
FreezeMMXRegs(1);
// GSgifTransfer1 is recompiled, but freezeRegs() are not;
// so if we need to freeze the regs we need to recompile it :p
// since there were no-problems with the not-working code before,
// I'm guessing freezeregs aren't even needed.
//FreezeMMXRegs(1);
//FreezeXMMRegs(1);
CALLFunc((uptr)GSgifTransfer1);
FreezeMMXRegs(0);
//FreezeMMXRegs(0);
//FreezeXMMRegs(0);
}
}