]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
added description string to all cvars and commands
[xonotic/darkplaces.git] / sys_linux.c
index 9b6aa09e0c5b58fe594992581dda07ff944a0032..0515c93445844ad7861580cde94c798a304b07f3 100644 (file)
@@ -13,7 +13,7 @@
 
 
 #ifdef WIN32
-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)"};
 #endif