mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Cap fps in The hurricane of the Varstray
This commit is contained in:
parent
2664a57117
commit
a89449d7f3
1 changed files with 6 additions and 1 deletions
|
@ -455,11 +455,16 @@ namespace dxvk {
|
|||
{ R"(\\x86_64\\Warcraft III\.exe$)", {{
|
||||
{ "dxvk.hideIntegratedGraphics", "True" },
|
||||
}} },
|
||||
/* Earth Defense Force 5 */
|
||||
/* Earth Defense Force 5 */
|
||||
{ R"(\\EDF5\.exe$)", {{
|
||||
{ "dxgi.tearFree", "False" },
|
||||
{ "dxgi.syncInterval", "1" },
|
||||
}} },
|
||||
/* The Hurricane of the Varstray *
|
||||
* Too fast above 60fps */
|
||||
{ R"(\\Varstray_steam(_demo)?\.exe$)", {{
|
||||
{ "dxgi.maxFrameRate", "60" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
|
Loading…
Add table
Reference in a new issue