mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Forgot to re-enable the "single" case of vh2f
This commit is contained in:
parent
4a6c2e33fa
commit
7bb93c3bfe
1 changed files with 2 additions and 1 deletions
|
@ -1127,11 +1127,12 @@ void Jit::Comp_Vh2f(MIPSOpcode op) {
|
|||
switch (sz) {
|
||||
case V_Single:
|
||||
outsize = V_Pair;
|
||||
DISABLE;
|
||||
break;
|
||||
case V_Pair:
|
||||
outsize = V_Quad;
|
||||
break;
|
||||
default:
|
||||
DISABLE;
|
||||
}
|
||||
|
||||
u8 sregs[4], dregs[4];
|
||||
|
|
Loading…
Add table
Reference in a new issue