]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_win.c
added description string to all cvars and commands
[xonotic/darkplaces.git] / sys_win.c
index b9b4cd387de985b9a3359ca78bc23ed6d1b31068..d3da31c087af20c990d4bfd87f6a19a7b2b37e5e 100644 (file)
--- a/sys_win.c
+++ b/sys_win.c
@@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 extern void S_BlockSound (void);
 
-cvar_t sys_usetimegettime = {CVAR_SAVE, "sys_usetimegettime", "1"};
+cvar_t sys_usetimegettime = {CVAR_SAVE, "sys_usetimegettime", "1", "use windows timeGetTime function (which has issues on some motherboards) for timing rather than QueryPerformanceCounter timer (which has issues on multicore/multiprocessor machines and processors which are designed to conserve power)"};
 
 HANDLE                         hinput, houtput;