mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +01:00
[util] Set maxChunkSize to 1 for Battle.net
Currently when Diablo 4 is running the Battle.net launcher it uses around 600MB of VRAM. Reducing the max chunk size to 1MB reduces the memory usage to around 150MB.
This commit is contained in:
parent
7388c243d2
commit
6478c10a18
@ -387,6 +387,10 @@ namespace dxvk {
|
|||||||
{ R"(\\Fallout76\.exe$)", {{
|
{ R"(\\Fallout76\.exe$)", {{
|
||||||
{ "dxgi.syncInterval", "1" },
|
{ "dxgi.syncInterval", "1" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Blizzard Entertainment Battle.net */
|
||||||
|
{ R"(\\Battle.net\.exe$)", {{
|
||||||
|
{ "dxvk.maxChunkSize", "1" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
Reference in New Issue
Block a user