mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-20 06:00:58 +00:00
Typo fix
This commit is contained in:
parent
89ddbb51bb
commit
408e570469
@ -655,7 +655,7 @@ namespace MIPSComp
|
||||
break;
|
||||
// Unfortunately there is no VMIN/VMAX on ARM without NEON.
|
||||
case 27: //VFPU3
|
||||
switch ((op >> 23) & 3) {
|
||||
switch ((op >> 23) & 7) {
|
||||
case 2: // vmin
|
||||
VCMP(fpr.V(sregs[i]), fpr.V(tregs[i]));
|
||||
VMRS_APSR();
|
||||
|
Loading…
x
Reference in New Issue
Block a user