diff --git a/Core/MIPS/MIPSIntVFPU.cpp b/Core/MIPS/MIPSIntVFPU.cpp index 1deb38dffe..d749784196 100644 --- a/Core/MIPS/MIPSIntVFPU.cpp +++ b/Core/MIPS/MIPSIntVFPU.cpp @@ -974,6 +974,7 @@ namespace MIPSInt int vd = _VD; int seed = VI(vd); currentMIPS->rng.Init(seed); + PC += 4; } void Int_VrndX(u32 op)