mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
Merge branch 'main' into metal
This commit is contained in:
commit
e8c7e9d093
53 changed files with 998 additions and 391 deletions
|
@ -140,6 +140,8 @@ bool _isIntegerInstruction(const LatteDecompilerALUInstruction& aluInstruction)
|
|||
case ALU_OP2_INST_SUB_INT:
|
||||
case ALU_OP2_INST_MAX_INT:
|
||||
case ALU_OP2_INST_MIN_INT:
|
||||
case ALU_OP2_INST_MAX_UINT:
|
||||
case ALU_OP2_INST_MIN_UINT:
|
||||
case ALU_OP2_INST_SETE_INT:
|
||||
case ALU_OP2_INST_SETGT_INT:
|
||||
case ALU_OP2_INST_SETGE_INT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue