diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 94a31ddb..5dfc04d4 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -375,6 +375,12 @@ namespace dxvk { { "d3d9.deferSurfaceCreation", "True" }, { "d3d9.memoryTrackTest", "True" }, }} }, + /* TrackMania Forever */ + { R"(\\TmForever\.exe$)", {{ + { "d3d9.swvpFloatCount", "128" }, + { "d3d9.swvpIntCount", "16" }, + { "d3d9.swvpBoolCount", "16" }, + }} }, }};