diff --git a/pcsx2/VU0.cpp b/pcsx2/VU0.cpp index 3324c0876f..38d11f6dcb 100644 --- a/pcsx2/VU0.cpp +++ b/pcsx2/VU0.cpp @@ -198,6 +198,8 @@ void CTC2() { vu1Finish(true); vu1ExecMicro(cpuRegs.GPR.r[_Rt_].US[0]); // Execute VU1 Micro SubRoutine break; + case REG_CLIP_FLAG: + VU0.clipflag = cpuRegs.GPR.r[_Rt_].UL[0]; default: VU0.VI[_Fs_].UL = cpuRegs.GPR.r[_Rt_].UL[0]; break;