]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_sdl.c
detect whether dpsoftrast is being built with SDL
[xonotic/darkplaces.git] / vid_sdl.c
index e0d82af4674e3aff1698b2e8da45d20d4010e274..c91b3ea529a268fac0b8c4b2c12c67c0f7a61259 100644 (file)
--- a/vid_sdl.c
+++ b/vid_sdl.c
@@ -67,7 +67,7 @@ int cl_available = true;
 qboolean vid_supportrefreshrate = false;
 
 cvar_t vid_soft = {CVAR_SAVE, "vid_soft", "0", "enables use of the DarkPlaces Software Rasterizer rather than OpenGL or Direct3D"};
-cvar_t vid_soft_threads = {CVAR_SAVE, "vid_soft_threads", "1", "the number of threads the DarkPlaces Software Rasterizer should use"}; 
+cvar_t vid_soft_threads = {CVAR_SAVE, "vid_soft_threads", "2", "the number of threads the DarkPlaces Software Rasterizer should use"}; 
 cvar_t joy_detected = {CVAR_READONLY, "joy_detected", "0", "number of joysticks detected by engine"};
 cvar_t joy_enable = {CVAR_SAVE, "joy_enable", "0", "enables joystick support"};
 cvar_t joy_index = {0, "joy_index", "0", "selects which joystick to use if you have multiple"};