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:
parent
32f4e8231a
commit
87665f18e5
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue