mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Convert ShaderHostConfig to BitField
This commit is contained in:
parent
c86c02e46b
commit
eb81968fe6
3 changed files with 26 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue