1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-12 13:08:50 +01:00

[util] Set syncInterval to 1 for Crash Bandicoot N sane trilogy

This commit is contained in:
Blisto91 2023-04-05 14:59:19 +02:00 committed by Joshie
parent f212cc8f7d
commit 3ce3209e3e

View File

@ -350,6 +350,11 @@ namespace dxvk {
{ R"(\\GTA5\.exe$)", {{
{ "d3d11.cachedDynamicResources", "vi" },
}} },
/* Crash Bandicoot N. Sane Trilogy *
* Work around some vsync funkiness */
{ R"(\\CrashBandicootNSaneTrilogy\.exe$)", {{
{ "dxgi.syncInterval", "1" },
}} },
/**********************************************/
/* D3D9 GAMES */