From 7c9e1ed7cd469e2ad2e958ead3b56ce29aa30179 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sat, 3 Aug 2024 13:31:44 +0200 Subject: [PATCH] [util] Set maxChunkSize to 1 for Epic Games Launcher Also move up Battle.net so the launchers are grouped --- src/util/config/config.cpp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index e2c48fe52..a474890b2 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -425,6 +425,14 @@ namespace dxvk { { R"(\\GalaxyClient\.exe$)", {{ { "dxvk.maxChunkSize", "1" }, }} }, + /* Epic Games Launcher */ + { R"(\\(EpicGamesLauncher|EpicWebHelper)\.exe$)", {{ + { "dxvk.maxChunkSize", "1" }, + }} }, + /* Blizzard Entertainment Battle.net */ + { R"(\\Battle\.net\.exe$)", {{ + { "dxvk.maxChunkSize", "1" }, + }} }, /* Fallout 76 * Game tries to be too "smart" and changes sync * interval based on performance (in fullscreen) @@ -440,10 +448,6 @@ namespace dxvk { { R"(\\Fallout76\.exe$)", {{ { "dxgi.syncInterval", "1" }, }} }, - /* Blizzard Entertainment Battle.net */ - { R"(\\Battle\.net\.exe$)", {{ - { "dxvk.maxChunkSize", "1" }, - }} }, /* Bladestorm Nightmare * * Game speed increases when above 60 fps in * * the tavern area */