Jelajahi Sumber

Pica/VertexShader: Promote a log message to critical status.

Tony Wasserka 11 tahun lalu
induk
melakukan
08f42c2b8c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/video_core/vertex_shader.cpp

+ 1 - 1
src/video_core/vertex_shader.cpp

@@ -150,7 +150,7 @@ static void ProcessShaderCode(VertexShaderState& state) {
                 // TODO: We don't really support this properly: For instance, the address register
                 // TODO: We don't really support this properly: For instance, the address register
                 //       offset needs to be applied to SRC2 instead, etc.
                 //       offset needs to be applied to SRC2 instead, etc.
                 //       For now, we just abort in this situation.
                 //       For now, we just abort in this situation.
-                LOG_ERROR(HW_GPU, "Bad condition...");
+                LOG_CRITICAL(HW_GPU, "Bad condition...");
                 exit(0);
                 exit(0);
             }
             }