Skip to content

Commit

Permalink
[util] Hide amd for GTA The Definitive Edition trilogy
Browse files Browse the repository at this point in the history
Crashes because of static ags on amd systems which report HDR support.
  • Loading branch information
Blisto91 authored and doitsujin committed Nov 13, 2024
1 parent 8dc1fe1 commit 2dadad5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 2dadad5

Please sign in to comment.