Merge branch 'main' into metal

This commit is contained in:
SamoZ256 2024-12-16 14:14:16 +01:00 committed by GitHub
commit e8c7e9d093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 998 additions and 391 deletions

View file

@ -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: