mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-27 04:54:15 +01:00
[util] Disable explicit frontbuffer for ZUSI 3
Fixes flickering when parts of the screen are not redrawn in a frame. Closes #1368 Merges #1437
This commit is contained in:
parent
1a4b15a82d
commit
ba41a5219a
@ -322,6 +322,10 @@ namespace dxvk {
|
||||
{ R"(\\ToEE\.exe$)", {{
|
||||
{ "d3d9.allowDiscard", "False" },
|
||||
}} },
|
||||
/* ZUSI 3 - Aerosoft Edition */
|
||||
{ R"(\\ZusiSim\.exe$)", {{
|
||||
{ "d3d9.noExplicitFrontBuffer", "True" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user