mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Advance the PC after vrnds.
This commit is contained in:
parent
4143801891
commit
8736a567b2
1 changed files with 1 additions and 0 deletions
|
@ -974,6 +974,7 @@ namespace MIPSInt
|
|||
int vd = _VD;
|
||||
int seed = VI(vd);
|
||||
currentMIPS->rng.Init(seed);
|
||||
PC += 4;
|
||||
}
|
||||
|
||||
void Int_VrndX(u32 op)
|
||||
|
|
Loading…
Add table
Reference in a new issue