1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 10:24:10 +01:00

[util] Fix up recently added app profiles

This commit is contained in:
Philip Rebohle 2024-06-26 00:44:43 +02:00
parent 86f04a2da3
commit afbcd94569

View File

@ -454,7 +454,8 @@ namespace dxvk {
/* Crysis 1/Warhead - Game bug in d3d10 makes *
* it select lowest supported refresh rate */
{ R"(\\Crysis(64)?\.exe$)", {{
{ "dxvk.maxFrameRate", "-1" },
{ "d3d9.maxFrameRate", "-1" },
{ "dxgi.maxFrameRate", "-1" },
}} },
/**********************************************/
@ -516,7 +517,7 @@ namespace dxvk {
Built-in Vsync Locks the game to 30 FPS
*/
{ R"(\\deadspace2\.exe$)", {{
{ "dxvk.maxFrameRate", "60" },
{ "d3d9.maxFrameRate", "60" },
{ "d3d9.presentInterval", "1" },
}} },
/* Halo CE/HaloPC */