Added configuration option for fullscreen check

This commit is contained in:
Jarcode
2018-08-05 21:24:18 -07:00
parent fc80db664b
commit 45b614a692
4 changed files with 22 additions and 8 deletions

View File

@@ -124,6 +124,12 @@
simple set to zero (or lower) to disable the frame limiter. */
#request setframerate 0
/* Enable/disable fullscreen checks. This looks at the currently
focused window and halts GLava's rendering if it is
fullscreen. This prevents rendering from interfering with
other graphically intensive tasks. */
#request setfullscreencheck true
/* Enable/disable printing framerate every second. 'FPS' stands
for 'Frames Per Second', and 'UPS' stands for 'Updates Per
Second'. Updates are performed when new data is submitted