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:
parent
f212cc8f7d
commit
3ce3209e3e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user