Latte: Add support for MIN_DX10 shader instruction

This commit is contained in:
Exzap 2023-02-22 13:09:37 +01:00
parent 05e0f349e0
commit 9d25b88368
7 changed files with 10 additions and 7 deletions

View file

@ -31,6 +31,7 @@
#define ALU_OP2_INST_MAX (0x003)
#define ALU_OP2_INST_MIN (0x004)
#define ALU_OP2_INST_MAX_DX10 (0x005)
#define ALU_OP2_INST_MIN_DX10 (0x006)
#define ALU_OP2_INST_SETE (0x008)
#define ALU_OP2_INST_SETGT (0x009)
#define ALU_OP2_INST_SETGE (0x00A)