config: add time, vsync explanation

pull/41/head
telans 5 years ago
parent 81dc992dfa
commit ca738c4126
No known key found for this signature in database
GPG Key ID: 195444EE92DBCB20

@ -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…
Cancel
Save