mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
AudioCommon: get rid of Update(), it never does anything
This commit is contained in:
@ -41,11 +41,6 @@ bool AlsaSound::Init()
|
||||
return true;
|
||||
}
|
||||
|
||||
void AlsaSound::Update()
|
||||
{
|
||||
// don't need to do anything here.
|
||||
}
|
||||
|
||||
// Called on audio thread.
|
||||
void AlsaSound::SoundLoop()
|
||||
{
|
||||
|
Reference in New Issue
Block a user