mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Typo fix
This commit is contained in:
parent
89ddbb51bb
commit
408e570469
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue