1
0
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:
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

View File

@ -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 */