Re-merge "Vulkan: Feedback loop detection and barriers (#7226)"

This re-merges commit ca59c3f499.
This commit is contained in:
KeatonTheBot 2025-01-27 23:59:04 -06:00
parent 5da6c490b3
commit 0e810e1e96
17 changed files with 533 additions and 61 deletions

View file

@ -121,8 +121,8 @@ namespace Ryujinx.Ava
// Logging system information.
PrintSystemInfo();
// Enable OGL multithreading on the driver, when available.
DriverUtilities.ToggleOGLThreading(ConfigurationState.Instance.Graphics.BackendThreading == BackendThreading.Off);
// Enable OGL multithreading on the driver, and some other flags.
DriverUtilities.InitDriverConfig(ConfigurationState.Instance.Graphics.BackendThreading == BackendThreading.Off);
// Check if keys exists.
if (!File.Exists(Path.Combine(AppDataManager.KeysDirPath, "prod.keys")))