mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 11:26:24 +02:00
Fix Keyboard and add Disable PTC mode
This commit is contained in:
parent
c0e8570293
commit
e5c5e8572e
8 changed files with 68 additions and 17 deletions
|
@ -23,13 +23,9 @@ namespace Ryujinx.Graphics.Vulkan.MoltenVK
|
|||
|
||||
config.UseMetalArgumentBuffers = true;
|
||||
|
||||
if (OperatingSystem.IsIOSVersionAtLeast(17)) {
|
||||
config.SemaphoreSupportStyle = MVKVkSemaphoreSupportStyle.MVK_CONFIG_VK_SEMAPHORE_SUPPORT_STYLE_SINGLE_QUEUE;
|
||||
}
|
||||
config.SemaphoreSupportStyle = MVKVkSemaphoreSupportStyle.MVK_CONFIG_VK_SEMAPHORE_SUPPORT_STYLE_SINGLE_QUEUE;
|
||||
|
||||
config.MaxActiveMetalCommandBuffersPerQueue = 1024;
|
||||
|
||||
config.SynchronousQueueSubmits = false;
|
||||
|
||||
config.ResumeLostDevice = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue