Correct typo

This commit is contained in:
sunshineinabox 2024-09-09 11:04:33 -07:00
parent 2a3069d9a1
commit d9c5b5c753
1 changed files with 1 additions and 1 deletions

View File

@ -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