mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Fix flashing issue in games
This commit is contained in:
parent
658bdd7bec
commit
6a45d469db
4 changed files with 13 additions and 8 deletions
|
@ -106,7 +106,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
SupportsExtendedDynamicState = supportsExtendedDynamicState;
|
||||
SupportsMultiView = supportsMultiView;
|
||||
SupportsNullDescriptors = (OperatingSystem.IsIOS() ? false : supportsNullDescriptors);
|
||||
SupportsPushDescriptors = supportsPushDescriptors;
|
||||
SupportsPushDescriptors = (OperatingSystem.IsIOS() ? false : supportsNullDescriptors);
|
||||
SupportsPrimitiveTopologyListRestart = supportsPrimitiveTopologyListRestart;
|
||||
SupportsPrimitiveTopologyPatchListRestart = supportsPrimitiveTopologyPatchListRestart;
|
||||
SupportsTransformFeedback = supportsTransformFeedback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue