mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
change 1 to true
This commit is contained in:
parent
406e8a3397
commit
4feaad7243
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ void VulkanRenderer::DetermineVendor()
|
|||
{
|
||||
// if the driver does not support the extension,
|
||||
// it is assumed the driver is under version 515
|
||||
m_featureControl.disableMultithreadedCompilation = 1;
|
||||
m_featureControl.disableMultithreadedCompilation = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue