mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
AudioCommon: make SoundLoop() non-virtual and private
This commit is contained in:
parent
d14b9a73b2
commit
b6d8c111bc
7 changed files with 7 additions and 10 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
void UnderflowCallback(pa_stream* s);
|
||||
|
||||
private:
|
||||
void SoundLoop() override;
|
||||
void SoundLoop();
|
||||
|
||||
bool PulseInit();
|
||||
void PulseShutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue