mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Fix up recently added app profiles
This commit is contained in:
parent
86f04a2da3
commit
afbcd94569
1 changed files with 3 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue