[util] Limit Sonic CD to 60 fps

Game engine physics/speed for Sonic CD is tied to frame rate so limit max frame rate to 60 fps. Otherwise, the game runs too quickly for high refresh rate monitors.
This commit is contained in:
spiffeeroo 2023-12-27 05:12:18 -08:00 committed by Philip Rebohle
parent 2cf590f636
commit 5e06cf9573
1 changed files with 4 additions and 0 deletions

View File

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