فهرست منبع

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;
             }
             }