mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-26 20:36:16 +00:00
hotfix: 64-bit shift fixups
This commit is contained in:
parent
9dcf40e261
commit
4d12de8149
7 changed files with 27 additions and 29 deletions
|
@ -321,7 +321,8 @@ OPCODE(SLessThanEqual, U1, U32,
|
|||
OPCODE(ULessThanEqual, U1, U32, U32, )
|
||||
OPCODE(SGreaterThan, U1, U32, U32, )
|
||||
OPCODE(UGreaterThan, U1, U32, U32, )
|
||||
OPCODE(INotEqual, U1, U32, U32, )
|
||||
OPCODE(INotEqual32, U1, U32, U32, )
|
||||
OPCODE(INotEqual64, U1, U64, U64, )
|
||||
OPCODE(SGreaterThanEqual, U1, U32, U32, )
|
||||
OPCODE(UGreaterThanEqual, U1, U32, U32, )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue