mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix bug in Vh2f (this instr needs more testing)
This commit is contained in:
parent
570ff5d5b9
commit
620603c236
1 changed files with 2 additions and 2 deletions
|
@ -690,8 +690,8 @@ namespace MIPSInt
|
|||
_dbg_assert_msg_(CPU, 0, "Trying to interpret Int_Vh2f instruction that can't be interpreted");
|
||||
break;
|
||||
}
|
||||
ApplyPrefixD(d, sz); //TODO: and the mask to kill everything but mask
|
||||
WriteVector(d, sz, vd);
|
||||
ApplyPrefixD(d, outsize); //TODO: and the mask to kill everything but mask
|
||||
WriteVector(d, outsize, vd);
|
||||
PC += 4;
|
||||
EatPrefixes();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue