mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-04-07 03:57:32 +02:00
[util] Cap fps in The hurricane of the Varstray
This commit is contained in:
parent
7425a33dd7
commit
8b9b46dfff
@ -460,6 +460,11 @@ namespace dxvk {
|
||||
{ "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…
x
Reference in New Issue
Block a user