From 3eaac217c520361ed7ffa6e31bbd9af9abff711a Mon Sep 17 00:00:00 2001 From: hesam-init Date: Mon, 1 Apr 2024 16:39:52 +0330 Subject: [PATCH] fix: example gaming command --- guides/gaming-void.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/gaming-void.md b/guides/gaming-void.md index 5b7383b..3b164ce 100644 --- a/guides/gaming-void.md +++ b/guides/gaming-void.md @@ -52,5 +52,5 @@ Modify the game's launch options on Steam to use the created script. Right-click ## Example command ```bash -MANGOHUD=1 gamescope -W 1980 -H 1080 -r 75 -s 0.4 -f -F fsr -- gamemoderun %command% +MANGOHUD=1 gamescope -W 1980 -H 1080 -r 75 -s 0.4 -f -e -F fsr -- gamemoderun %command% ```