mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 10:24:10 +01:00
[d3d9] Disable explicit front buffer for Fantasy Grounds
This commit is contained in:
parent
2786bbda64
commit
b498040f7d
@ -452,6 +452,10 @@ namespace dxvk {
|
||||
{ R"(\\SineMoraEX\.exe$)", {{
|
||||
{ "d3d9.maxFrameRate", "60" },
|
||||
}} },
|
||||
/* Fantasy Grounds */
|
||||
{ R"(\\FantasyGrounds\.exe$)", {{
|
||||
{ "d3d9.noExplicitFrontBuffer", "True" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user