Ver Fonte

hopefully fix clang format issue

David Marcec há 7 anos atrás
pai
commit
20859802f0
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
             }
             }