From 9f3a9136d31f5ab47b3232398d06e6acf1f1161e Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sun, 25 Feb 2024 15:58:48 +0330 Subject: [PATCH] doc: steam disable fps cap --- guides/STEAM.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guides/STEAM.md b/guides/STEAM.md index 142cd02..74495de 100644 --- a/guides/STEAM.md +++ b/guides/STEAM.md @@ -13,4 +13,10 @@ Modify the game's launch options on Steam to use the created script. Right-click ```bash gamemoderun mangohud %command% +``` + +## Disable Fps Cap on Valve Game + +```bash +gamemoderun mangohud %command% +fps_max 0 ``` \ No newline at end of file