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