mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 11:26:24 +02:00
DRM Update
This commit is contained in:
parent
2d5f1d8015
commit
4f3e49a90c
15 changed files with 330 additions and 76 deletions
|
@ -26,6 +26,8 @@ namespace Ryujinx.Graphics.Vulkan.MoltenVK
|
|||
if (OperatingSystem.IsIOSVersionAtLeast(17)) {
|
||||
config.SemaphoreSupportStyle = MVKVkSemaphoreSupportStyle.MVK_CONFIG_VK_SEMAPHORE_SUPPORT_STYLE_SINGLE_QUEUE;
|
||||
}
|
||||
|
||||
config.MaxActiveMetalCommandBuffersPerQueue = 1024;
|
||||
|
||||
config.SynchronousQueueSubmits = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue