mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
snd_mikmod.c: we don't truly need the high-quality mixer. (and it's slow too...)
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1334 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
d70f8bbef3
commit
cf3a949b7c
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ static qboolean S_MIKMOD_CodecInitialize (void)
|
|||
if (shm->channels == 2)
|
||||
md_mode |= DMODE_STEREO;
|
||||
md_mode |= DMODE_SOFT_MUSIC; /* this is a software-only mixer */
|
||||
md_mode |= DMODE_HQMIXER; /* high-quality mixer is OK */
|
||||
|
||||
/* md_mixfreq is UWORD, so something like 96000 isn't OK */
|
||||
md_mixfreq = (shm->speed < 65536)? shm->speed : 48000;
|
||||
|
|
Loading…
Reference in a new issue