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:
Jake.Stine 2009-01-13 10:05:52 +00:00 committed by Gregory Hainaut
parent e955e021d4
commit 787739fd49
1 changed files with 1 additions and 1 deletions

View File

@ -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 );