1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-04-09 05:21:32 +02:00

Merge pull request from JayFoxRox/avoid-glsl-error

OpenGL: Avoid error on unsupported lighting LUT
This commit is contained in:
bunnei 2016-08-30 19:22:04 -04:00 committed by GitHub
commit 87893e6d68

View file

@ -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;
}