mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Fix bug in Vh2f (this instr needs more testing)
This commit is contained in:
parent
570ff5d5b9
commit
620603c236
@ -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…
Reference in New Issue
Block a user