summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/video_core/vertex_shader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vertex_shader.cpp b/src/video_core/vertex_shader.cpp
index de963f5e9..4ba69fa51 100644
--- a/src/video_core/vertex_shader.cpp
+++ b/src/video_core/vertex_shader.cpp
@@ -150,7 +150,7 @@ static void ProcessShaderCode(VertexShaderState& state) {
150 // TODO: We don't really support this properly: For instance, the address register 150 // TODO: We don't really support this properly: For instance, the address register
151 // offset needs to be applied to SRC2 instead, etc. 151 // offset needs to be applied to SRC2 instead, etc.
152 // For now, we just abort in this situation. 152 // For now, we just abort in this situation.
153 LOG_ERROR(HW_GPU, "Bad condition..."); 153 LOG_CRITICAL(HW_GPU, "Bad condition...");
154 exit(0); 154 exit(0);
155 } 155 }
156 156