mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
[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:
parent
2cf590f636
commit
5e06cf9573
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user