diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.cpp')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.cpp b/src/shader_recompiler/frontend/ir/opcodes.cpp index 7d3e0b2ab..7f04b647b 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.cpp +++ b/src/shader_recompiler/frontend/ir/opcodes.cpp | |||
| @@ -24,6 +24,7 @@ constexpr Type Label{Type::Label}; | |||
| 24 | constexpr Type Reg{Type::Reg}; | 24 | constexpr Type Reg{Type::Reg}; |
| 25 | constexpr Type Pred{Type::Pred}; | 25 | constexpr Type Pred{Type::Pred}; |
| 26 | constexpr Type Attribute{Type::Attribute}; | 26 | constexpr Type Attribute{Type::Attribute}; |
| 27 | constexpr Type Patch{Type::Patch}; | ||
| 27 | constexpr Type U1{Type::U1}; | 28 | constexpr Type U1{Type::U1}; |
| 28 | constexpr Type U8{Type::U8}; | 29 | constexpr Type U8{Type::U8}; |
| 29 | constexpr Type U16{Type::U16}; | 30 | constexpr Type U16{Type::U16}; |