]> git.xonotic.org Git - xonotic/darkplaces.git/commit
added experimental cl_alwayssleep cvar which calls Sys_Sleep(0) at the
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 14 Feb 2008 14:10:57 +0000 (14:10 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 14 Feb 2008 14:10:57 +0000 (14:10 +0000)
commit82d0052f6cddbf9ac56bffb3528614dd26739b7d
treefe8bf431d8ef043982f7168ec824fc7e84e9e81d
parent6658817fbe236cec63fbd07f3ff5d18ff2b324f6
added experimental cl_alwayssleep cvar which calls Sys_Sleep(0) at the
end of each frame
fixed a bug in the main loop that made Sys_Sleep be called with
milliseconds when it takes microseconds

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8087 d7cf8633-e32d-0410-b094-e92efae38249
host.c
sys_linux.c
sys_sdl.c
sys_win.c
todo