Added config for A Way Out (#2694)

This commit is contained in:
Federico Dossena 2022-06-25 09:17:42 +00:00 committed by GitHub
parent 27163a6a29
commit dee36be20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -292,6 +292,10 @@ namespace dxvk {
{ R"(\\SRBT\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* A Way Out: fix for stuttering and low fps */
{ R"(\\AWayOut(_friend)?\.exe$)", {{
{ "dxgi.maxFrameLatency", "1" },
}} },
/**********************************************/
/* D3D9 GAMES */