Merge pull request #3904 from valentinvanelslande/fix-macro

gl_shader_gen: remove newline in logging macro
This commit is contained in:
James Rowe 2018-06-30 18:20:17 -06:00 committed by GitHub
commit 4564fc5baa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -776,7 +776,7 @@ static void WriteLighting(std::string& out, const PicaFSConfig& config) {
break;
default:
LOG_CRITICAL(HW_GPU, "Unknown lighting LUT input {}\n", (int)input);
LOG_CRITICAL(HW_GPU, "Unknown lighting LUT input {}", (int)input);
UNIMPLEMENTED();
index = "0.0";
break;