DRM Update

This commit is contained in:
Stossy11 2025-02-10 10:54:59 +11:00
parent 2d5f1d8015
commit 4f3e49a90c
15 changed files with 330 additions and 76 deletions

View file

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