Removed workaround for bug #166 -- MikMod should work correctly now on MacOSX with DMODE_HQMIXER
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2224 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -153,12 +153,7 @@ moda_InitModule (int flags, const TFB_DecoderFormats* fmts)
|
|||||||
|
|
||||||
if (flags & audio_QUALITY_HIGH)
|
if (flags & audio_QUALITY_HIGH)
|
||||||
{
|
{
|
||||||
#ifndef WORDS_BIGENDIAN
|
|
||||||
md_mode = DMODE_HQMIXER|DMODE_STEREO|DMODE_16BITS|DMODE_INTERP|DMODE_SURROUND;
|
md_mode = DMODE_HQMIXER|DMODE_STEREO|DMODE_16BITS|DMODE_INTERP|DMODE_SURROUND;
|
||||||
#else
|
|
||||||
// disable hqmixer on big endian machines (workaround for bug #166)
|
|
||||||
md_mode = DMODE_SOFT_MUSIC|DMODE_STEREO|DMODE_16BITS|DMODE_INTERP|DMODE_SURROUND;
|
|
||||||
#endif
|
|
||||||
md_mixfreq = 44100;
|
md_mixfreq = 44100;
|
||||||
md_reverb = 1;
|
md_reverb = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user