[util] Do not hide Nvidia GPUs from Ratchet & Clank

NVAPI is disabled now due to crashing issues in a wine-specific code
path within the game, but we still want it to detect the correct GPU
so that it doesn't complain about drivers and also allows users to
enable Raytracing.
This commit is contained in:
Philip Rebohle 2023-08-14 19:49:03 +02:00
parent 952c66fe2a
commit 4ae542e875
1 changed files with 5 additions and 0 deletions

View File

@ -817,6 +817,11 @@ namespace dxvk {
{ R"(\\WILD HEARTS(_Trial)?\.exe$)", {{
{ "dxvk.maxChunkSize", "4" },
}} },
/* Ratchet & Clank: Rift Apart - does not allow
* enabling ray tracing if it sees an AMD GPU. */
{ R"(\\RiftApart\.exe$)", {{
{ "dxgi.hideNvidiaGpu", "False" },
}} },
}};