mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
VideoConfig: Collapse ubershader configuration fields to a single value
This commit is contained in:
@ -38,7 +38,7 @@ bool ShaderCache::Initialize()
|
||||
}
|
||||
|
||||
// Queue ubershader precompiling if required.
|
||||
if (g_ActiveConfig.CanPrecompileUberShaders())
|
||||
if (g_ActiveConfig.UsingUberShaders())
|
||||
PrecompileUberShaders();
|
||||
|
||||
// Compile all known UIDs.
|
||||
|
Reference in New Issue
Block a user