Skip to content

Commit

Permalink
Removed a Windows CE thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 15, 2018
1 parent 929f7b5 commit e4ebd25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/SDL_sound_modplug.c
Expand Up @@ -95,8 +95,6 @@ static int MODPLUG_init(void)
* of them from the XMMS ModPlug plugin.
*/
settings.mFlags = MODPLUG_ENABLE_OVERSAMPLING;

#ifndef _WIN32_WCE
settings.mFlags |= MODPLUG_ENABLE_NOISE_REDUCTION |
MODPLUG_ENABLE_MEGABASS |
MODPLUG_ENABLE_SURROUND;
Expand All @@ -107,8 +105,6 @@ static int MODPLUG_init(void)
settings.mBassRange = 30;
settings.mSurroundDepth = 20;
settings.mSurroundDelay = 20;
#endif

settings.mChannels = 2;
settings.mBits = 16;
settings.mFrequency = 44100;
Expand Down

0 comments on commit e4ebd25

Please sign in to comment.