[util] Add dxvk.maxChunkSize 1 for Origin Web Helper Service and Ubisoft Connect (UPlay) (#4047)

* Add dxvk.maxChunkSize 1 to Ubisoft Connect (UPlay)

* Add Origin Web Helper Service and fix Rockstar Games entries

* Revert Rockstar changes, improve Origin and Ubisoft
This commit is contained in:
Tiagoquix 2024-06-02 15:08:52 -03:00 committed by GitHub
parent c2fd91f835
commit ee18aecb8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -371,7 +371,11 @@ namespace dxvk {
{ "dxvk.maxChunkSize", "1" },
}} },
/* Origin app (legacy EA Desktop) */
{ R"(\\Origin\.exe$)", {{
{ R"(\\Origin\\(Origin|OriginWebHelperService)\.exe$)", {{
{ "dxvk.maxChunkSize", "1" },
}} },
/* Ubisoft Connect (UPlay) */
{ R"(\\Ubisoft\\Ubisoft Game Launcher\\(UbisoftConnect|upc)\.exe$)", {{
{ "dxvk.maxChunkSize", "1" },
}} },
/* GOG Galaxy */