From 0d0b9eaac13ac1281d1d58a032ba9e88eeaec17d Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Thu, 8 Aug 2024 16:06:04 +0200 Subject: [PATCH] [util] Enable d3d11.longDot for Trails through Daybreak --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index a474890b2..bcbc1a422 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -504,6 +504,10 @@ namespace dxvk { { "d3d9.maxFrameRate", "-1" }, { "dxgi.maxFrameRate", "-1" }, }} }, + /* Kuro no Kiseki - Broken water on NV */ + { R"(\\(kuro|ed9)\.exe$)", {{ + { "d3d11.longDot", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */