mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] set maxFrameLatency to 1 for YS Origin
This commit is contained in:
parent
08da6d8ca4
commit
b06140af47
1 changed files with 5 additions and 0 deletions
|
@ -594,6 +594,11 @@ namespace dxvk {
|
|||
{ R"(\\NinjaBlade\.exe$)", {{
|
||||
{ "d3d9.alphaTestWiggleRoom", "True" },
|
||||
}} },
|
||||
/* YS Origin *
|
||||
* Helps very bad frametimes in some areas */
|
||||
{ R"(\\yso_win\.exe$)", {{
|
||||
{ "d3d9.maxFrameLatency", "1" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue