From a980282ebe45637133221c580e6aa3a617b4f55b Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Fri, 30 Apr 2021 18:51:09 +0100 Subject: [PATCH] [util] Increase constants for TrackMania Forever Bump this to 256. Fixes rendering issues. Closes: #1910 --- src/util/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 437600e3..b3109511 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -384,7 +384,7 @@ namespace dxvk { }} }, /* TrackMania Forever */ { R"(\\TmForever\.exe$)", {{ - { "d3d9.swvpFloatCount", "128" }, + { "d3d9.swvpFloatCount", "256" }, { "d3d9.swvpIntCount", "16" }, { "d3d9.swvpBoolCount", "16" }, }} },