mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +01:00
[util] Limit fps to 60 for some WayForward games
This commit is contained in:
parent
4fb7acc64e
commit
145c1ce127
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user