mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[util] Set maxChunkSize to 1 for EA App
Reduces GPU VRAM usage of EADesktop.exe from 162MB to 6MB
This commit is contained in:
parent
af9bd16b8d
commit
c5ab5be48d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user