Correct typo
This commit is contained in:
parent
2a3069d9a1
commit
d9c5b5c753
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||||
|
|
||||||
if (_supportsExtDynamicState)
|
if (_supportsExtDynamicState)
|
||||||
{
|
{
|
||||||
if (gd.SupportsMTL31 || gd.IsMoltenVk)
|
if (gd.SupportsMTL31 || !gd.IsMoltenVk)
|
||||||
{
|
{
|
||||||
//Requires Metal 3.1 and new MoltenVK however extended dynamic states extension is not
|
//Requires Metal 3.1 and new MoltenVK however extended dynamic states extension is not
|
||||||
//available on older verrsion of MVK so we can safely check only OS version
|
//available on older verrsion of MVK so we can safely check only OS version
|
||||||
|
|
Loading…
Reference in a new issue