Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2022-08-31 23:34:00 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2022-09-01 05:36:02 +0300
commit4fc5ba66ed3b3ab04797eff3b7294b75da9ed47e (patch)
tree7fc492cf0a21f818ad266617612223b71bbfc1b2 /dxvk.conf
parent735349bf1b5dea4db1f699eec0c3ccad9f4013a8 (diff)
[util] Add missing feature level in example config
Diffstat (limited to 'dxvk.conf')
-rw-r--r--dxvk.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxvk.conf b/dxvk.conf
index 5f64091f..366d25a0 100644
--- a/dxvk.conf
+++ b/dxvk.conf
@@ -127,7 +127,7 @@
# with. Setting this to a higher value may allow some applications to run
# that would otherwise fail to create a D3D11 device.
#
-# Supported values: 9_1, 9_2, 9_3, 10_0, 10_1, 11_0, 11_1
+# Supported values: 9_1, 9_2, 9_3, 10_0, 10_1, 11_0, 11_1, 12_0, 12_1
# d3d11.maxFeatureLevel = 12_0