mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-13 13:10:27 +00:00
config: add time, vsync explanation
This commit is contained in:
parent
81dc992dfa
commit
ca738c4126
@ -8,7 +8,7 @@
|
|||||||
### Limit the application FPS
|
### Limit the application FPS
|
||||||
# fps_limit=
|
# fps_limit=
|
||||||
|
|
||||||
### VSYNC [0-3]
|
### VSYNC [0-3] 0 = adaptive; 1 = off; 2 = mailbox; 3 = on
|
||||||
# vsync=
|
# vsync=
|
||||||
|
|
||||||
################### VISUAL ###################
|
################### VISUAL ###################
|
||||||
@ -24,6 +24,9 @@ gpu_stats
|
|||||||
### Display the frametime line graph
|
### Display the frametime line graph
|
||||||
frame_timing
|
frame_timing
|
||||||
|
|
||||||
|
### Display the current system time
|
||||||
|
# time
|
||||||
|
|
||||||
### Change the hud font size (default is 24)
|
### Change the hud font size (default is 24)
|
||||||
font_size=24
|
font_size=24
|
||||||
|
|
||||||
@ -33,10 +36,8 @@ position=top-left
|
|||||||
### Display the current CPU load & frequency for each core
|
### Display the current CPU load & frequency for each core
|
||||||
# core_load
|
# core_load
|
||||||
|
|
||||||
### Display system memory usage
|
### Display system ram / vram usage
|
||||||
# ram
|
# ram
|
||||||
|
|
||||||
### Display system video memory usage
|
|
||||||
# vram
|
# vram
|
||||||
|
|
||||||
### Disable / hide the hud by deafult
|
### Disable / hide the hud by deafult
|
||||||
|
Loading…
Reference in New Issue
Block a user