mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 03:33:28 +00:00
Add 22050 to the list of sound rates to attempt
This commit is contained in:
parent
2fdeaf7aaa
commit
579434b6df
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
int audio_fd;
|
||||
int snd_inited;
|
||||
|
||||
static int tryrates[] = { 11025, 22051, 44100, 8000 };
|
||||
static int tryrates[] = { 11025, 22050, 22051, 44100, 8000 };
|
||||
|
||||
qboolean
|
||||
SNDDMA_Init (void)
|
||||
|
|
Loading…
Reference in a new issue