mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
Latte: Add support for MIN_DX10 shader instruction
This commit is contained in:
parent
05e0f349e0
commit
9d25b88368
7 changed files with 10 additions and 7 deletions
|
@ -176,6 +176,7 @@ bool _isIntegerInstruction(const LatteDecompilerALUInstruction& aluInstruction)
|
|||
case ALU_OP2_INST_COS:
|
||||
case ALU_OP2_INST_RNDNE:
|
||||
case ALU_OP2_INST_MAX_DX10:
|
||||
case ALU_OP2_INST_MIN_DX10:
|
||||
case ALU_OP2_INST_SETGT:
|
||||
case ALU_OP2_INST_SETGE:
|
||||
case ALU_OP2_INST_SETNE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue