From 3ce3209e3e54c245e960e48b5b7bce945917c3a9 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:59:19 +0200 Subject: [PATCH] [util] Set syncInterval to 1 for Crash Bandicoot N sane trilogy --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 30a9d372..93c15edc 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */