mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Initial removal of Nvidia CG. Still some more cleanup to go
This commit is contained in:
parent
cf8f936abb
commit
9209253e0d
28 changed files with 197 additions and 2570 deletions
|
@ -75,14 +75,14 @@ bool ApplyShader()
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: Convert PP shaders to GLSL
|
||||
if (s_shader.glprogid != 0)
|
||||
{
|
||||
PixelShaderCache::SetCurrentShader(s_shader.glprogid);
|
||||
// SetBothShaders(s_shader, 0);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
PixelShaderCache::DisableShader();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue