[util] Set maxChunkSize to 1 for EA App

Reduces GPU VRAM usage of EADesktop.exe from 162MB to 6MB
This commit is contained in:
Trevonn 2023-06-15 19:23:24 +01:00 committed by Joshie
parent af9bd16b8d
commit c5ab5be48d
1 changed files with 4 additions and 0 deletions

View File

@ -372,6 +372,10 @@ namespace dxvk {
{ R"(\\Rockstar Games\\Social Club\\SocialClubHelper\.exe$)", {{
{ "dxvk.maxChunkSize", "1" },
}} },
/* EA Desktop App */
{ R"(\\EADesktop.exe\.exe$)", {{
{ "dxvk.maxChunkSize", "1" },
}} },
/* Fallout 76
* Game tries to be too "smart" and changes sync
* interval based on performance (in fullscreen)