diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 7f4e7ae4a..bb55eb738 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -347,9 +347,13 @@ namespace dxvk { { "d3d9.memoryTrackTest", "True" }, }} }, /* Dead Space uses the a NULL render target instead - of a 1x1 one if DF24 is NOT supported */ + of a 1x1 one if DF24 is NOT supported + Mouse and physics issues above 60 FPS + Built-in Vsync Locks the game to 30 FPS */ { R"(\\Dead Space\.exe$)", {{ { "d3d9.supportDFFormats", "False" }, + { "d3d9.maxFrameRate", "60" }, + { "d3d9.presentInterval", "1" }, }} }, /* Halo CE/HaloPC */ { R"(\\halo(ce)?\.exe$)", {{