diff --git a/pcsx2/x86/microVU_Compile.inl b/pcsx2/x86/microVU_Compile.inl index 592b76774a..bf5bd42951 100644 --- a/pcsx2/x86/microVU_Compile.inl +++ b/pcsx2/x86/microVU_Compile.inl @@ -101,6 +101,7 @@ microVUt(void) mVUcheckIsSame(mV) { if (mVU->prog.isSame == 0) { if (!isVU1) mVUcacheProg<0>(mVU->prog.cur); else mVUcacheProg<1>(mVU->prog.cur); + mVU->prog.isSame = 1; } }