diff options
Diffstat (limited to '')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_shader_decompiler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_decompiler.cpp b/src/video_core/renderer_opengl/gl_shader_decompiler.cpp index cd7569e2f..46eaad021 100644 --- a/src/video_core/renderer_opengl/gl_shader_decompiler.cpp +++ b/src/video_core/renderer_opengl/gl_shader_decompiler.cpp | |||
| @@ -811,6 +811,7 @@ private: | |||
| 811 | if (!opcode) { | 811 | if (!opcode) { |
| 812 | NGLOG_CRITICAL(HW_GPU, "Unhandled instruction: {0:x}", instr.value); | 812 | NGLOG_CRITICAL(HW_GPU, "Unhandled instruction: {0:x}", instr.value); |
| 813 | UNREACHABLE(); | 813 | UNREACHABLE(); |
| 814 | return offset + 1; | ||
| 814 | } | 815 | } |
| 815 | 816 | ||
| 816 | shader.AddLine("// " + std::to_string(offset) + ": " + opcode->GetName()); | 817 | shader.AddLine("// " + std::to_string(offset) + ": " + opcode->GetName()); |