X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=snd_sdl.c;h=4b262a69ad92869b5eb94b0e0d9a54e67068930a;hb=0ea6dcebfc6318918f14f8e7ca349b9ae6b9e4c7;hp=45b359ac716467c5e0a043cef011d69a5918d9ea;hpb=6068115093a24d125506e021ebc144d720553583;p=xonotic%2Fdarkplaces.git diff --git a/snd_sdl.c b/snd_sdl.c index 45b359ac..4b262a69 100644 --- a/snd_sdl.c +++ b/snd_sdl.c @@ -17,6 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "quakedef.h" +#include "snd_main.h" #include /* @@ -96,6 +97,7 @@ qboolean SNDDMA_Init(void) shm->format.channels = 2; //stereo shm->format.width = 2; +// COMMANDLINEOPTION: SDL Sound: -sndspeed chooses 44100 hz, 22100 hz, or 11025 hz sound output rate i = COM_CheckParm( "-sndspeed" ); if( i && i != ( com_argc - 1 ) ) shm->format.speed = atoi( com_argv[ i+1 ] );