mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 00:11:17 +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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue