[util] Hide AMD in Riders Republic

Works around crashing because of statically linked amd ags
This commit is contained in:
Blisto91 2023-08-31 17:31:21 +02:00 committed by Philip Rebohle
parent a3fa9c26dc
commit ce2f9f35ce
1 changed files with 4 additions and 0 deletions

View File

@ -413,6 +413,10 @@ namespace dxvk {
{ R"(\\Vindictus(_x64)?\.exe$)", {{
{ "d3d11.cachedDynamicResources", "cr" },
}} },
/* Riders Republic - Statically linked AMDAGS */
{ R"(\\RidersRepublic(_BE)?\.exe$)", {{
{ "dxgi.hideAmdGpu", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */