From b11343cf5299c9222689c6708d0242fd2f3a3d56 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Wed, 19 Sep 2018 17:28:33 +0200 Subject: [PATCH] [meta] Clarify device filter usage and fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e931645..7536264e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Additionally, `DXVK_HUD=1` has the same effect as `DXVK_HUD=devinfo,fps`. ### Device filter Some applications do not provide a method to select a different GPU. In that case, DXVK can be forced to use a given device: -- `DXVK_FILTER_DEVICE_NAME="Device Name" Selects devices with a matching Vulkan device name. +- `DXVK_FILTER_DEVICE_NAME="Device Name"` Selects devices with a matching Vulkan device name, which can be retrieved with tools such as `vulkaninfo`. **Note:** If the device filter is configured incorrectly, it may filter out all devices and applications will be unable to create a D3D device.