mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 13:24:20 +01:00
[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:
parent
c2fd91f835
commit
ee18aecb8a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user