mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-04-06 18:57:31 +02:00
[util] Dead Space 2 - Lock to 60 FPS and enable vsync
Similar to the first game it has a poor vsync implementation and physics issues when the frame rate is unlocked. Locking to 60 FPS and enabling vsync externally provides a better experience after the ingame vsync is disabled
This commit is contained in:
parent
336c9b6acc
commit
a8710f70a5
@ -511,6 +511,14 @@ namespace dxvk {
|
|||||||
{ "dxvk.maxFrameRate", "60" },
|
{ "dxvk.maxFrameRate", "60" },
|
||||||
{ "d3d9.presentInterval", "1" },
|
{ "d3d9.presentInterval", "1" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Dead Space 2
|
||||||
|
Physics issues above 60 FPS
|
||||||
|
Built-in Vsync Locks the game to 30 FPS
|
||||||
|
*/
|
||||||
|
{ R"(\\deadspace2\.exe$)", {{
|
||||||
|
{ "dxvk.maxFrameRate", "60" },
|
||||||
|
{ "d3d9.presentInterval", "1" },
|
||||||
|
}} },
|
||||||
/* Halo CE/HaloPC */
|
/* Halo CE/HaloPC */
|
||||||
{ R"(\\halo(ce)?\.exe$)", {{
|
{ R"(\\halo(ce)?\.exe$)", {{
|
||||||
// Game enables minor decal layering fixes
|
// Game enables minor decal layering fixes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user