mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 06:52:58 -06:00
AudioCommon: make SoundLoop() non-virtual and private
This commit is contained in:
@ -3,10 +3,6 @@
|
||||
|
||||
#include "AudioCommon/NullSoundStream.h"
|
||||
|
||||
void NullSound::SoundLoop()
|
||||
{
|
||||
}
|
||||
|
||||
bool NullSound::Init()
|
||||
{
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user