[util] Disable hideNvidiaGpu for The Finals

Prevents a crash on Nvidia when XeSS is selected in the graphics menu
This commit is contained in:
Blisto91 2024-02-24 22:50:54 +01:00 committed by GitHub
parent 9004c132ed
commit 54b59ba130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -927,6 +927,11 @@ namespace dxvk {
{ R"(\\P3R\.exe$)", {{
{ "dxgi.syncInterval", "1" },
}} },
/* The Finals - Prevents a crash on Nvidia *
* when XeSS is selected in the graphics menu */
{ R"(\\Discovery\.exe$)", {{
{ "dxgi.hideNvidiaGpu", "False" },
}} },
}};