mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Recompile shaders when 'Enable API Validation Layers' is toggled
This commit is contained in:
parent
eb81968fe6
commit
b6d2938731
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ ShaderHostConfig ShaderHostConfig::GetCurrent()
|
|||
bits.backend_shader_framebuffer_fetch = g_ActiveConfig.backend_info.bSupportsFramebufferFetch;
|
||||
bits.backend_logic_op = g_ActiveConfig.backend_info.bSupportsLogicOp;
|
||||
bits.backend_palette_conversion = g_ActiveConfig.backend_info.bSupportsPaletteConversion;
|
||||
bits.enable_validation_layer = g_ActiveConfig.bEnableValidationLayer;
|
||||
return bits;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue