mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Fixed stop of DSP HLE+LLE and some clean up(reset all variables in DSound creation)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2760 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b5b42746ed
commit
bffe311b3e
6 changed files with 117 additions and 103 deletions
|
@ -44,7 +44,7 @@ class AOSound : public SoundStream
|
|||
public:
|
||||
AOSound(CMixer *mixer) : SoundStream(mixer) {}
|
||||
|
||||
virtual ~AOSound() {}
|
||||
virtual ~AOSound();
|
||||
|
||||
virtual bool Start();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue