From 839279730ea07ad4074781856ba4e1cad417d435 Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 30 Jan 2025 00:45:52 +0000 Subject: [PATCH] [d3d8] Restore config for Splinter Cell --- src/util/config/config.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 7396c1da6..7347ecf46 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -1202,6 +1202,12 @@ namespace dxvk { { "d3d9.maxFrameRate", "60" }, { "d3d8.forceLegacyDiscard", "True" }, }} }, + /* Tom Clancy's Splinter Cell * + * Fixes shadow buffers and alt-tab */ + { R"(\\splintercell\.exe$)", {{ + { "d3d8.scaleDref", "24" }, + { "d3d9.deviceLossOnFocusLoss", "True" }, + }} }, }};