mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
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();
|
virtual void Update();
|
||||||
|
|
||||||
#else
|
#else
|
||||||
DSound(CMixer *mixer)
|
public:
|
||||||
: SoundStream(mixer) {}
|
DSound(CMixer *mixer, void *hWnd = NULL)
|
||||||
|
: SoundStream(mixer)
|
||||||
|
{}
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user