From de6394608025263b7562ee2147288c7dd0e0bc68 Mon Sep 17 00:00:00 2001 From: turtlewit <7892899+turtlewit@users.noreply.github.com> Date: Fri, 31 Aug 2018 07:19:02 -0700 Subject: [PATCH] improve How to enable DXVK HUD with Proton section --- Proton-FAQ.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Proton-FAQ.md b/Proton-FAQ.md index 9e0e88b..33e18b0 100644 --- a/Proton-FAQ.md +++ b/Proton-FAQ.md @@ -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) @@ -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% \ No newline at end of file +* `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. \ No newline at end of file