Skip to content

Commit

Permalink
[util] Add dxvk.maxChunkSize 1 for Origin Web Helper Service and Ubis…
Browse files Browse the repository at this point in the history
…oft 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
  • Loading branch information
Tiagoquix authored Jun 2, 2024
1 parent c2fd91f commit ee18aec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ee18aec

Please sign in to comment.