mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +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
|
@ -85,7 +85,7 @@ void PixelShaderManager::Shutdown()
|
|||
|
||||
void PixelShaderManager::SetConstants()
|
||||
{
|
||||
if (g_ActiveConfig.bUseGLSL && !g_ActiveConfig.backend_info.bSupportsGLSLUBO)
|
||||
if (!g_ActiveConfig.backend_info.bSupportsGLSLUBO)
|
||||
Dirty();
|
||||
for (int i = 0; i < 2; ++i)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue