summaryrefslogtreecommitdiffstats
path: root/src/audio_core/adsp/apps/audio_renderer/audio_renderer.h
diff options
context:
space:
mode:
authorKelebek1 <eeeedddccc@hotmail.co.uk>2023-10-10 15:29:07 +0200
committerKelebek1 <eeeedddccc@hotmail.co.uk>2023-10-10 19:22:08 +0200
commitec6ddaf766ec53aa6ca4bbd58b7cfd61a8116e99 (patch)
tree1cca3c1c303082985f7da4af7e7c41d6dcdeed1b /src/audio_core/adsp/apps/audio_renderer/audio_renderer.h
parentMerge pull request #11716 from Squall-Leonhart/Z327444 (diff)
downloadyuzu-ec6ddaf766ec53aa6ca4bbd58b7cfd61a8116e99.tar
yuzu-ec6ddaf766ec53aa6ca4bbd58b7cfd61a8116e99.tar.gz
yuzu-ec6ddaf766ec53aa6ca4bbd58b7cfd61a8116e99.tar.bz2
yuzu-ec6ddaf766ec53aa6ca4bbd58b7cfd61a8116e99.tar.lz
yuzu-ec6ddaf766ec53aa6ca4bbd58b7cfd61a8116e99.tar.xz
yuzu-ec6ddaf766ec53aa6ca4bbd58b7cfd61a8116e99.tar.zst
yuzu-ec6ddaf766ec53aa6ca4bbd58b7cfd61a8116e99.zip
Diffstat (limited to '')
-rw-r--r--src/audio_core/adsp/apps/audio_renderer/audio_renderer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio_core/adsp/apps/audio_renderer/audio_renderer.h b/src/audio_core/adsp/apps/audio_renderer/audio_renderer.h
index 85874d88a..57b89d9fe 100644
--- a/src/audio_core/adsp/apps/audio_renderer/audio_renderer.h
+++ b/src/audio_core/adsp/apps/audio_renderer/audio_renderer.h
@@ -85,6 +85,8 @@ private:
*/
void CreateSinkStreams();
+ void PostDSPClearCommandBuffer() noexcept;
+
/// Core system
Core::System& system;
/// The output sink the AudioRenderer will send samples to