mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
64ca08f02f
commit
3568b5cd1a
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue