mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
b3c47df0c8
Hardcoding default driver for some of the supported platform is a remnant of SDL 1.2 and hasn't been necessary since SDL 2.0 a long time ago. In fact it has a high properbility to break things, SDL could easily end up with a non working driver. When `s_sdldriver` is set to the newly introduced value `auto` the driver is selected by SDL. In all other cases the string is the driver name which SDL will be forced to. This doesn't fix existing configs. Since the OpenAL sound backend has been the default for nearly 15 years and we haven't received bug reports for some other problem with the SDL sound backend in the past, I'm half sure that there are next to users out there. These can reset the cvar by hand if necessary. Closes #1132. |
||
---|---|---|
.. | ||
010_index.md | ||
020_installation.md | ||
030_configuration.md | ||
040_cvarlist.md | ||
050_commands.md | ||
060_multiplayer.md | ||
070_packaging.md | ||
080_contributing.md | ||
090_filelists.md |