mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-04-05 16:40:17 +02:00
[util] Cap fps in The hurricane of the Varstray
This commit is contained in:
parent
7425a33dd7
commit
8b9b46dfff
@ -455,11 +455,16 @@ namespace dxvk {
|
|||||||
{ R"(\\x86_64\\Warcraft III\.exe$)", {{
|
{ R"(\\x86_64\\Warcraft III\.exe$)", {{
|
||||||
{ "dxvk.hideIntegratedGraphics", "True" },
|
{ "dxvk.hideIntegratedGraphics", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* Earth Defense Force 5 */
|
/* Earth Defense Force 5 */
|
||||||
{ R"(\\EDF5\.exe$)", {{
|
{ R"(\\EDF5\.exe$)", {{
|
||||||
{ "dxgi.tearFree", "False" },
|
{ "dxgi.tearFree", "False" },
|
||||||
{ "dxgi.syncInterval", "1" },
|
{ "dxgi.syncInterval", "1" },
|
||||||
}} },
|
}} },
|
||||||
|
/* The Hurricane of the Varstray *
|
||||||
|
* Too fast above 60fps */
|
||||||
|
{ R"(\\Varstray_steam(_demo)?\.exe$)", {{
|
||||||
|
{ "dxgi.maxFrameRate", "60" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user