From 2dadad57f0117c9befe3b2239fd42a978da2c4cd Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:54:34 +0100 Subject: [PATCH] [util] Hide amd for GTA The Definitive Edition trilogy Crashes because of static ags on amd systems which report HDR support. --- src/util/config/config.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 629d5394680..e2bbec5a19b 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -436,10 +436,15 @@ namespace dxvk { { "d3d11.enableContextLock", "True" }, }} }, /* Kena: Bridge of Spirits: intel water * - flickering issues */ + * flickering issues */ { R"(\\Kena-Win64-Shipping\.exe$)", {{ { "dxgi.hideIntelGpu", "True" }, }} }, + /* GTA Definitive Edition trilogy * + * Static ags crash with HDR support */ + { R"(\\(LibertyCity|ViceCity|SanAndreas)\.exe$)", {{ + { "dxgi.hideAmdGpu", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */