]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Deduct frame execution time from sleep time
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 30 Jul 2023 18:47:05 +0000 (04:47 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 31 Jul 2023 06:47:24 +0000 (16:47 +1000)
commitad190f0b6223954681ced0d704132c91214a2e4e
treeed16b647cfdbd81db9e8a9b7146780bc9c04e9d5
parentd3b8dc6b859c81a72fa1ea2cccb5064a319c32fc
Deduct frame execution time from sleep time

Fixes failure to sustain cl_maxfps/sys_ticrate when the system can
exceed it if unlimited, should improve frame pacing too.

Includes related refactoring. Actually this commit is mostly refactoring.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
host.c