mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-24 03:19:17 -05:00
Move most backend functionality to VideoCommon
This commit is contained in:
@@ -34,6 +34,7 @@ ShaderHostConfig ShaderHostConfig::GetCurrent()
|
||||
g_ActiveConfig.backend_info.bSupportsDynamicSamplerIndexing;
|
||||
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;
|
||||
return bits;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user