mirror of https://github.com/PCSX2/pcsx2.git
Found something that might very well be a bugfix for some crashing problems stemming from changes made in r516.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@583 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
e955e021d4
commit
787739fd49
|
@ -654,11 +654,11 @@ void recCOP22()
|
|||
{
|
||||
VU0.code = cpuRegs.code;
|
||||
|
||||
g_pCurInstInfo->vuregs.pipe = 0xff; // to notify eeVURecompileCode that COP2
|
||||
s32 info = eeVURecompileCode(&VU0, &g_pCurInstInfo->vuregs);
|
||||
|
||||
info |= PROCESS_VU_COP2;
|
||||
info |= PROCESS_VU_UPDATEFLAGS;
|
||||
g_pCurInstInfo->vuregs.pipe = 0xff; // to notify eeVURecompileCode that COP2
|
||||
|
||||
recCOP2t[_Rs_]( info );
|
||||
|
||||
|
|
Loading…
Reference in New Issue