mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-16 21:56:37 +00:00
Correct typo
This commit is contained in:
parent
2a3069d9a1
commit
d9c5b5c753
@ -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 New Issue
Block a user