From 56a5cae2f7c6932686b8ab481de15be0e42b2e59 Mon Sep 17 00:00:00 2001 From: Alessandro Toia Date: Fri, 27 Nov 2020 14:12:11 -0800 Subject: [PATCH] Added new params to config file --- bin/MangoHud.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/MangoHud.conf b/bin/MangoHud.conf index c6cc0fdf..bf693ca0 100644 --- a/bin/MangoHud.conf +++ b/bin/MangoHud.conf @@ -16,6 +16,9 @@ ################### VISUAL ################### +### Legacy Layout +legacy_layout + ### Display the current CPU information cpu_stats # cpu_temp @@ -86,6 +89,7 @@ position=top-left ### IO read and write for the app (not system) # io_read # io_write +# io_stats ### Display system ram / vram usage # ram @@ -104,7 +108,8 @@ position=top-left ### Hud dimensions # width= # height= -# table_columns +# table_columns= +# cellpadding_y= ### Hud transparency / alpha background_alpha=0.5