[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 GitHub
parent 5c56fa0df4
commit dc3e161ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 */