diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.cpp')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/opcodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.cpp b/src/shader_recompiler/frontend/ir/opcodes.cpp index 1f188411a..8492a13d5 100644 --- a/src/shader_recompiler/frontend/ir/opcodes.cpp +++ b/src/shader_recompiler/frontend/ir/opcodes.cpp | |||
| @@ -14,7 +14,7 @@ namespace { | |||
| 14 | struct OpcodeMeta { | 14 | struct OpcodeMeta { |
| 15 | std::string_view name; | 15 | std::string_view name; |
| 16 | Type type; | 16 | Type type; |
| 17 | std::array<Type, 4> arg_types; | 17 | std::array<Type, 5> arg_types; |
| 18 | }; | 18 | }; |
| 19 | 19 | ||
| 20 | using enum Type; | 20 | using enum Type; |