mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Hide AMD in Riders Republic
Works around crashing because of statically linked amd ags
This commit is contained in:
parent
a3fa9c26dc
commit
ce2f9f35ce
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user