diff options
| author | 2021-05-27 17:51:00 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:34 -0400 | |
| commit | b7764c3a796e53ac74009bc7d7cd153c64b6d743 (patch) | |
| tree | 592a8be7cd43349cbabfc3d84693b443ddc0b5d8 /src/shader_recompiler/frontend/maxwell/opcodes.cpp | |
| parent | glasm: Use integer lod for TXQ (diff) | |
| download | yuzu-b7764c3a796e53ac74009bc7d7cd153c64b6d743.tar.gz yuzu-b7764c3a796e53ac74009bc7d7cd153c64b6d743.tar.xz yuzu-b7764c3a796e53ac74009bc7d7cd153c64b6d743.zip | |
shader: Handle host exceptions
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/opcodes.cpp')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/opcodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/opcodes.cpp b/src/shader_recompiler/frontend/maxwell/opcodes.cpp index 12ddf2ac9..ccc40c20c 100644 --- a/src/shader_recompiler/frontend/maxwell/opcodes.cpp +++ b/src/shader_recompiler/frontend/maxwell/opcodes.cpp | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | namespace Shader::Maxwell { | 10 | namespace Shader::Maxwell { |
| 11 | namespace { | 11 | namespace { |
| 12 | constexpr std::array NAME_TABLE{ | 12 | constexpr std::array NAME_TABLE{ |
| 13 | #define INST(name, cute, encode) #cute, | 13 | #define INST(name, cute, encode) cute, |
| 14 | #include "maxwell.inc" | 14 | #include "maxwell.inc" |
| 15 | #undef INST | 15 | #undef INST |
| 16 | }; | 16 | }; |