1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-12 13:08:50 +01:00

[util] Set maxChunkSize to 1 for GOG and fix EA App exe name

Similar to the other launchers the VRAM goes 600MB+ to 100MB+
This commit is contained in:
Trevonn 2023-06-15 21:32:03 +01:00 committed by Joshie
parent c5ab5be48d
commit 36e6a7c2e5

View File

@ -373,7 +373,11 @@ namespace dxvk {
{ "dxvk.maxChunkSize", "1" }, { "dxvk.maxChunkSize", "1" },
}} }, }} },
/* EA Desktop App */ /* EA Desktop App */
{ R"(\\EADesktop.exe\.exe$)", {{ { R"(\\EADesktop\.exe$)", {{
{ "dxvk.maxChunkSize", "1" },
}} },
/* GOG Galaxy */
{ R"(\\GalaxyClient\.exe$)", {{
{ "dxvk.maxChunkSize", "1" }, { "dxvk.maxChunkSize", "1" },
}} }, }} },
/* Fallout 76 /* Fallout 76