mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-24 20:01:03 -04:00
Convert ShaderHostConfig to BitField
This commit is contained in:
@@ -35,7 +35,7 @@ ShaderCache::~ShaderCache()
|
||||
bool ShaderCache::Initialize()
|
||||
{
|
||||
m_api_type = g_ActiveConfig.backend_info.api_type;
|
||||
m_host_config = ShaderHostConfig::GetCurrent();
|
||||
m_host_config.bits = ShaderHostConfig::GetCurrent().bits;
|
||||
|
||||
if (!CompileSharedPipelines())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user