]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
cvar: misc description fixes, allow vsync to a fraction of refresh rate
authorbones_was_here <bones_was_here@xonotic.au>
Fri, 10 May 2024 13:05:58 +0000 (23:05 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 28 May 2024 10:38:56 +0000 (20:38 +1000)
commit927653bfb8f3210c30da8b9552b48abb7e5569e9
tree3af8bac32a1d55638e34e5208d53e049c0559f12
parent8698e53a464f336fcd2e92d98614f9c2bd256a8d
cvar: misc description fixes, allow vsync to a fraction of refresh rate

Refresh rate fractions are supported by SDL2 for positive and negative
(adaptive) values, and by emscripten for positive values.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
cl_screen.c
sv_main.c
vid_sdl.c
vid_shared.c