Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/config/config.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index 745d4c8a..e19dd7b7 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -841,6 +841,10 @@ namespace dxvk {
{ R"(\\SkyDrift\.exe$)" , {{
{ "d3d9.allowDirectBufferMapping", "False" },
}} },
+ /* Sonic CD */
+ { R"(\\soniccd\.exe$)", {{
+ { "d3d9.maxFrameRate", "60" },
+ }} },
/**********************************************/
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */