1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-04-04 19:25:19 +02:00

[util] Cap fps in The hurricane of the Varstray

This commit is contained in:
Blisto91 2025-01-01 20:37:24 +01:00 committed by Philip Rebohle
parent 7425a33dd7
commit 8b9b46dfff

View File

@ -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 */