Fix Mario Kart 8 Crash and SMO Glitching Issues :3

This commit is contained in:
Stossy11 2025-01-07 13:20:13 +11:00
parent 160a58e127
commit 2901f462aa
10 changed files with 28 additions and 137 deletions

View file

@ -24,9 +24,7 @@ namespace Ryujinx.Graphics.Vulkan.MoltenVK
config.UseMetalArgumentBuffers = true;
config.SemaphoreSupportStyle = MVKVkSemaphoreSupportStyle.MVK_CONFIG_VK_SEMAPHORE_SUPPORT_STYLE_SINGLE_QUEUE;
config.SynchronousQueueSubmits = false;
config.MaxActiveMetalCommandBuffersPerQueue = 192;
// config.SynchronousQueueSubmits = false;
config.ResumeLostDevice = true;