From 4fc5ba66ed3b3ab04797eff3b7294b75da9ed47e Mon Sep 17 00:00:00 2001 From: Jens Peters Date: Wed, 31 Aug 2022 22:34:00 +0200 Subject: [PATCH] [util] Add missing feature level in example config --- dxvk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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