diff options
author | bunnei <bunneidev@gmail.com> | 2022-09-15 22:50:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 22:50:13 +0200 |
commit | e85bda5f31763359b69fbcad5c121995e1ad7074 (patch) | |
tree | cd9e85c7fabb334f2d19c20e3eb36c22e1883a21 /src/audio_core/sink/sdl2_sink.h | |
parent | Merge pull request #8902 from Morph1984/new_sd_icons (diff) | |
parent | Remove pause callbacks from coretiming (diff) | |
download | yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar.gz yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar.bz2 yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar.lz yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar.xz yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.tar.zst yuzu-e85bda5f31763359b69fbcad5c121995e1ad7074.zip |
Diffstat (limited to 'src/audio_core/sink/sdl2_sink.h')
-rw-r--r-- | src/audio_core/sink/sdl2_sink.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/audio_core/sink/sdl2_sink.h b/src/audio_core/sink/sdl2_sink.h index b00f55849..f01eddc1b 100644 --- a/src/audio_core/sink/sdl2_sink.h +++ b/src/audio_core/sink/sdl2_sink.h @@ -51,16 +51,6 @@ public: void CloseStreams() override; /** - * Pause all streams. - */ - void PauseStreams() override; - - /** - * Unpause all streams. - */ - void UnpauseStreams() override; - - /** * Get the device volume. Set from calls to the IAudioDevice service. * * @return Volume of the device. |