mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-14 00:48:44 +01:00
Added config for A Way Out (#2694)
This commit is contained in:
parent
27163a6a29
commit
dee36be20d
@ -292,6 +292,10 @@ namespace dxvk {
|
|||||||
{ R"(\\SRBT\.exe$)", {{
|
{ R"(\\SRBT\.exe$)", {{
|
||||||
{ "d3d9.deferSurfaceCreation", "True" },
|
{ "d3d9.deferSurfaceCreation", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* A Way Out: fix for stuttering and low fps */
|
||||||
|
{ R"(\\AWayOut(_friend)?\.exe$)", {{
|
||||||
|
{ "dxgi.maxFrameLatency", "1" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
Reference in New Issue
Block a user