Merge pull request #2034 from JayFoxRox/avoid-glsl-error

OpenGL: Avoid error on unsupported lighting LUT
merge-requests/60/head
bunnei 2016-08-30 19:22:04 +07:00 committed by GitHub
commit 87893e6d68
1 changed files with 1 additions and 0 deletions

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