mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
AudioCommon: make SoundLoop() non-virtual and private
This commit is contained in:
@ -9,7 +9,6 @@ class NullSound final : public SoundStream
|
||||
{
|
||||
public:
|
||||
bool Init() override;
|
||||
void SoundLoop() override;
|
||||
bool SetRunning(bool running) override;
|
||||
void SetVolume(int volume) override;
|
||||
|
||||
|
Reference in New Issue
Block a user