improve How to enable DXVK HUD with Proton section

turtlewit 2018-08-31 07:19:02 -07:00
parent 56cca57382
commit de63946080

@ -9,6 +9,7 @@
- [Where are Proton's Wine binaries located?](#where-are-protons-wine-binaries-located)
- [None of my games are launching / "prefix not owned by you" error](#none-of-my-games-are-launching--prefix-not-owned-by-you-error)
- [My game has a graphics launcher that only runs once and I need to change stuff!](#my-game-has-a-graphics-launcher-that-only-runs-once-and-i-need-to-change-stuff)
- [How to enable DXVK HUD with Proton.](#how-to-enable-dxvk-hud-with-proton)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -62,5 +63,7 @@ In this case, you have a few options:
# How to enable DXVK HUD with Proton.
In launch options
* DXVK_HUD=1 %command% **or**
* DXVK_HUD=fps,devinfo %command%
* `DXVK_HUD=1 %command%` **or**
* `DXVK_HUD=fps,devinfo %command%`
See [the DXVK README](https://github.com/doitsujin/dxvk/blob/master/README.md#hud) for a full list of HUD configuration options.