mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 12:45:44 +00:00
shader_bytecode: Add Control Code enum 0xf
Control Code 0xf means to unconditionally execute the instruction. This value is passed to most BRA, EXIT and SYNC instructions (among others) but this may not always be the case.
This commit is contained in:
parent
4af6ab7d85
commit
40845c39c9
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ enum class ControlCode : u64 {
|
|||
GTU = 12,
|
||||
NEU = 13,
|
||||
GEU = 14,
|
||||
//
|
||||
T = 15,
|
||||
OFF = 16,
|
||||
LO = 17,
|
||||
SFF = 18,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue