1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-04-05 16:40:17 +02:00

[util] Hide amd for GTA The Definitive Edition trilogy

Crashes because of static ags on amd systems which report HDR support.
This commit is contained in:
Blisto91 2024-11-12 22:54:34 +01:00 committed by Philip Rebohle
parent 8dc1fe1262
commit 2dadad57f0

View File

@ -436,10 +436,15 @@ namespace dxvk {
{ "d3d11.enableContextLock", "True" }, { "d3d11.enableContextLock", "True" },
}} }, }} },
/* Kena: Bridge of Spirits: intel water * /* Kena: Bridge of Spirits: intel water *
flickering issues */ * flickering issues */
{ R"(\\Kena-Win64-Shipping\.exe$)", {{ { R"(\\Kena-Win64-Shipping\.exe$)", {{
{ "dxgi.hideIntelGpu", "True" }, { "dxgi.hideIntelGpu", "True" },
}} }, }} },
/* GTA Definitive Edition trilogy *
* Static ags crash with HDR support */
{ R"(\\(LibertyCity|ViceCity|SanAndreas)\.exe$)", {{
{ "dxgi.hideAmdGpu", "True" },
}} },
/**********************************************/ /**********************************************/
/* D3D9 GAMES */ /* D3D9 GAMES */