X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=vid_sdl.c;h=c91b3ea529a268fac0b8c4b2c12c67c0f7a61259;hp=e0d82af4674e3aff1698b2e8da45d20d4010e274;hb=8795c666d9f6648bd4c09daa3f11f83f06024a92;hpb=6e32ef9b2e2b8ed0cb9862869d18e80d60c7b958 diff --git a/vid_sdl.c b/vid_sdl.c index e0d82af4..c91b3ea5 100644 --- 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"};