diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index e2c48fe52a8..a474890b2a7 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 */