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) */