mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Clarify maxDeviceMemory and maxSharedMemory
This config often leads to confusion as people expect applications to honor the limit.
This commit is contained in:
parent
9004c132ed
commit
6b3b934471
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
||||||
# Override maximum amount of device memory and shared system memory
|
# Override maximum amount of device memory and shared system memory
|
||||||
# reported to the application. This may fix texture streaming issues
|
# reported to the application. This may fix texture streaming issues
|
||||||
# in games that do not support cards with large amounts of VRAM.
|
# in games that do not support cards with large amounts of VRAM.
|
||||||
|
# This is not a hard cap and applications can choose to ignore it.
|
||||||
#
|
#
|
||||||
# Supported values: Any number in Megabytes.
|
# Supported values: Any number in Megabytes.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue