1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 10:54:16 +01:00

[meta] Clarify device filter usage and fix typo

This commit is contained in:
Philip Rebohle 2018-09-19 17:28:33 +02:00
parent 35238ec4d1
commit b11343cf52
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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.