Skip to content

Commit

Permalink
[util] Set maxChunkSize to 1 for Epic Games Launcher
Browse files Browse the repository at this point in the history
Also move up Battle.net so the launchers are grouped
  • Loading branch information
Blisto91 authored and doitsujin committed Aug 3, 2024
1 parent e2b823b commit 7c9e1ed
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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 */
Expand Down

0 comments on commit 7c9e1ed

Please sign in to comment.