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:
parent
c5ab5be48d
commit
36e6a7c2e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user