mangohud : fix comments.
This commit is contained in:
parent
dcc104297e
commit
a395d7aae6
|
@ -3,13 +3,13 @@ cpu_temp=1
|
||||||
|
|
||||||
# GPU temps.
|
# GPU temps.
|
||||||
gpu_temp=1
|
gpu_temp=1
|
||||||
#gpu_junction_temp=1
|
# gpu_junction_temp=1
|
||||||
|
|
||||||
# 1 to hide by default.
|
# 1 to hide by default.
|
||||||
no_display=0
|
no_display=0
|
||||||
|
|
||||||
# Compact UI.
|
# Compact UI.
|
||||||
#hud_compact=1
|
# hud_compact=1
|
||||||
|
|
||||||
# Key to toggle hud.
|
# Key to toggle hud.
|
||||||
toggle_hud=F1
|
toggle_hud=F1
|
||||||
|
@ -28,16 +28,16 @@ device_battery=gamepad,mouse
|
||||||
font_size=14
|
font_size=14
|
||||||
|
|
||||||
# Ram/Vram.
|
# Ram/Vram.
|
||||||
#ram=1
|
# ram=1
|
||||||
#swap=1
|
# swap=1
|
||||||
#vram=1
|
# vram=1
|
||||||
|
|
||||||
# Vsync.
|
# Vsync.
|
||||||
vsync=3
|
vsync=3
|
||||||
gl_vsync=1
|
gl_vsync=1
|
||||||
|
|
||||||
# Enable everything.
|
# Enable everything.
|
||||||
#full=1
|
# full=1
|
||||||
|
|
||||||
# Disable graph.
|
# Disable graph.
|
||||||
frame_timing=0
|
frame_timing=0
|
||||||
|
|
Reference in a new issue