소스 검색

Enable mStereoSeparation/mMaxMixChannels settings in Windows.

rude 14 년 전
부모
커밋
fe6d168bf1
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/modules/sound/lullaby/ModPlugDecoder.cpp

+ 0 - 2
src/modules/sound/lullaby/ModPlugDecoder.cpp

@@ -41,11 +41,9 @@ namespace lullaby
 
 		// fill with modplug defaults (modplug _memsets_, so we could get
 		// garbage settings when the struct is only partially initialized)
-#ifndef LOVE_WINDOWS
 		// This does not exist yet on Windows.
 		settings.mStereoSeparation = 128;
 		settings.mMaxMixChannels = 32;
-#endif // LOVE_WINDOWS
 		settings.mReverbDepth = 0;
 		settings.mReverbDelay = 0;
 		settings.mBassAmount = 0;