From d8e6266273dac122437e0bd60d301680516cc77f Mon Sep 17 00:00:00 2001 From: Dean M Greer <38226388+Gcenx@users.noreply.github.com> Date: Sun, 2 Apr 2023 09:44:57 -0400 Subject: [PATCH] [util] Enable async for Overwatch --- 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 9b7033b51a7a..2d0d2562d312 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -771,6 +771,10 @@ namespace dxvk { { "d3d11.refactoringAllowed", "True" }, { "dxvk.enableAsync", "True" }, }} }, + /* Overwatch */ + { R"(\\Overwatch\.exe$)",{{ + { "dxvk.enableAsync", "True" }, + }} }, }};