From dee36be20de5562c494052975b57c004e6769e1a Mon Sep 17 00:00:00 2001 From: Federico Dossena Date: Sat, 25 Jun 2022 09:17:42 +0000 Subject: [PATCH] Added config for A Way Out (#2694) --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 */