1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[util] Set invariantPosition for Monster Hunter World (#1850)

Fixes flickering on GFX10.3 with RADV/ACO.
This commit is contained in:
PendingChaos 2020-12-11 17:51:10 +00:00 committed by GitHub
parent 03f11baf57
commit 495b2a098e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,6 +233,7 @@ namespace dxvk {
/* Monster Hunter World */ /* Monster Hunter World */
{ R"(\\MonsterHunterWorld\.exe$)", {{ { R"(\\MonsterHunterWorld\.exe$)", {{
{ "d3d11.apitraceMode", "True" }, { "d3d11.apitraceMode", "True" },
{ "d3d11.invariantPosition", "True" },
}} }, }} },
/* The Dungeon of Maheulbeuk */ /* The Dungeon of Maheulbeuk */
{ R"(\\Naheulbeuk\.exe$)", {{ { R"(\\Naheulbeuk\.exe$)", {{