Преглед изворни кода

hopefully fix clang format issue

David Marcec пре 7 година
родитељ
комит
20859802f0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/video_core/renderer_opengl/gl_shader_decompiler.cpp

+ 1 - 0
src/video_core/renderer_opengl/gl_shader_decompiler.cpp

@@ -3784,6 +3784,7 @@ private:
             }
             default: {
                 UNIMPLEMENTED_MSG("Unhandled instruction: {}", opcode->get().GetName());
+                break;
             }
             }