Skip to content

Commit

Permalink
[util] Set syncInterval to 1 for Crash Bandicoot N sane trilogy
Browse files Browse the repository at this point in the history
  • Loading branch information
Blisto91 authored and misyltoad committed Apr 5, 2023
1 parent f212cc8 commit 3ce3209
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3ce3209

Please sign in to comment.