diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index bf67db13..c0f2896f 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */