Another linux fix with AudioCommon.cpp

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2772 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
omegadox 2009-03-28 09:25:20 +00:00
parent 32f4e8231a
commit 87665f18e5
1 changed files with 2 additions and 0 deletions

View File

@ -33,8 +33,10 @@ SoundStream *InitSoundStream(std::string backend, CMixer *mixer) {
}
if (backend == "DSound") {
#ifdef _DSOUNDSTREAM_H_
if (DSound::isValid())
soundStream = new DSound(mixer, g_dspInitialize.hWnd);
#endif
}
else if (backend == "AOSound") {
if (AOSound::isValid())