From 36e6a7c2e5a68a49d224a7adda86244ca4efbc2a Mon Sep 17 00:00:00 2001 From: Trevonn Date: Thu, 15 Jun 2023 21:32:03 +0100 Subject: [PATCH] [util] Set maxChunkSize to 1 for GOG and fix EA App exe name Similar to the other launchers the VRAM goes 600MB+ to 100MB+ --- src/util/config/config.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 816cbd1b..06df661c 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -373,7 +373,11 @@ namespace dxvk { { "dxvk.maxChunkSize", "1" }, }} }, /* EA Desktop App */ - { R"(\\EADesktop.exe\.exe$)", {{ + { R"(\\EADesktop\.exe$)", {{ + { "dxvk.maxChunkSize", "1" }, + }} }, + /* GOG Galaxy */ + { R"(\\GalaxyClient\.exe$)", {{ { "dxvk.maxChunkSize", "1" }, }} }, /* Fallout 76