grah...stupid me trying to share patches between linux and windows...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2778 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3a5fb88b5e
commit
409f10ed6e
|
@ -79,8 +79,10 @@ public:
|
|||
virtual void Update();
|
||||
|
||||
#else
|
||||
DSound(CMixer *mixer)
|
||||
: SoundStream(mixer) {}
|
||||
public:
|
||||
DSound(CMixer *mixer, void *hWnd = NULL)
|
||||
: SoundStream(mixer)
|
||||
{}
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue