[util] Limit fps to 60 for some WayForward games

This commit is contained in:
Blisto91 2022-11-06 10:08:53 +01:00 committed by Philip Rebohle
parent 4fb7acc64e
commit 145c1ce127
1 changed files with 10 additions and 0 deletions

View File

@ -299,6 +299,16 @@ namespace dxvk {
{ R"(\\MgsGroundZeroes\.exe$)", {{
{ "dxgi.maxDeviceMemory", "4095" },
}} },
/* Shantae and the Pirate's Curse *
* Game speeds up above 60 fps */
{ R"(\\ShantaeCurse\.exe$)", {{
{ "dxgi.maxFrameRate", "60" },
}} },
/* Mighty Switch Force! Collection *
* Games speed up above 60 fps */
{ R"(\\MSFC\.exe$)", {{
{ "dxgi.maxFrameRate", "60" },
}} },
/**********************************************/
/* D3D9 GAMES */