1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 01:24:11 +01:00

[util] Force saner SWVP limits for TrackMania Forever

Closes: #1910
This commit is contained in:
Joshua Ashton 2021-02-06 08:28:03 +00:00
parent bba3f9f3db
commit ff9d451a4e
No known key found for this signature in database
GPG Key ID: C85A08669126BE8D

View File

@ -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" },
}} },
}};