mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Set maxChunkSize to 1 for Epic Games Launcher
Also move up Battle.net so the launchers are grouped
This commit is contained in:
parent
e2b823b760
commit
7c9e1ed7cd
@ -425,6 +425,14 @@ namespace dxvk {
|
||||
{ R"(\\GalaxyClient\.exe$)", {{
|
||||
{ "dxvk.maxChunkSize", "1" },
|
||||
}} },
|
||||
/* Epic Games Launcher */
|
||||
{ R"(\\(EpicGamesLauncher|EpicWebHelper)\.exe$)", {{
|
||||
{ "dxvk.maxChunkSize", "1" },
|
||||
}} },
|
||||
/* Blizzard Entertainment Battle.net */
|
||||
{ R"(\\Battle\.net\.exe$)", {{
|
||||
{ "dxvk.maxChunkSize", "1" },
|
||||
}} },
|
||||
/* Fallout 76
|
||||
* Game tries to be too "smart" and changes sync
|
||||
* interval based on performance (in fullscreen)
|
||||
@ -440,10 +448,6 @@ namespace dxvk {
|
||||
{ R"(\\Fallout76\.exe$)", {{
|
||||
{ "dxgi.syncInterval", "1" },
|
||||
}} },
|
||||
/* Blizzard Entertainment Battle.net */
|
||||
{ R"(\\Battle\.net\.exe$)", {{
|
||||
{ "dxvk.maxChunkSize", "1" },
|
||||
}} },
|
||||
/* Bladestorm Nightmare *
|
||||
* Game speed increases when above 60 fps in *
|
||||
* the tavern area */
|
||||
|
Loading…
x
Reference in New Issue
Block a user