mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -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