mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Limit fps in The Incredibles
This commit is contained in:
parent
2f72115f91
commit
6be1f6d7bd
@ -788,6 +788,10 @@ namespace dxvk {
|
||||
{ R"(\\SG_ELITE\\Game\.exe$)", {{
|
||||
{ "d3d9.maxFrameRate", "60" },
|
||||
}} },
|
||||
/* The Incredibles */
|
||||
{ R"(\\IncPC\.exe$)", {{
|
||||
{ "d3d9.maxFrameRate", "59" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user