forked from dolphin-emu/dolphin
SoundStream: Internally construct the mixer
Instead of creating the mixer externally and then passing it in, it can just be made within the class.
This commit is contained in:
@@ -19,14 +19,6 @@ OSStatus CoreAudioSound::callback(void *inRefCon,
|
||||
return noErr;
|
||||
}
|
||||
|
||||
CoreAudioSound::CoreAudioSound(CMixer *mixer) : SoundStream(mixer)
|
||||
{
|
||||
}
|
||||
|
||||
CoreAudioSound::~CoreAudioSound()
|
||||
{
|
||||
}
|
||||
|
||||
bool CoreAudioSound::Start()
|
||||
{
|
||||
OSStatus err;
|
||||
|
||||
Reference in New Issue
Block a user