From c5a3aa73a0526f269645f5453b40cef899683618 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Wed, 12 Feb 2025 00:34:24 +0100 Subject: [PATCH] [util] Enable dummy composition swap chain for an upcoming game --- src/util/config/config.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 516f077d7..c36dbabeb 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -1219,7 +1219,9 @@ namespace dxvk { const static ProfileList g_hashedProfiles = { - /* Nothing to see here */ + { "27fb4433abea6d1d68f678cbfa8c5e0a0fdc0803", {{ + { "dxgi.enableDummyCompositionSwapchain", "True" } + }} }, };