From 4baaaf6a99ad763958bbc0ffa6d30ce75309f80a Mon Sep 17 00:00:00 2001 From: Kelebek1 Date: Thu, 7 Sep 2023 20:53:48 +0100 Subject: Do not reset the command buffer command count each time --- src/audio_core/adsp/apps/audio_renderer/command_list_processor.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/audio_core/adsp/apps/audio_renderer/command_list_processor.h') diff --git a/src/audio_core/adsp/apps/audio_renderer/command_list_processor.h b/src/audio_core/adsp/apps/audio_renderer/command_list_processor.h index 9d6fe1851..4e5fb793e 100644 --- a/src/audio_core/adsp/apps/audio_renderer/command_list_processor.h +++ b/src/audio_core/adsp/apps/audio_renderer/command_list_processor.h @@ -56,14 +56,6 @@ public: */ u32 GetRemainingCommandCount() const; - /** - * Set the command buffer. - * - * @param buffer - The buffer to use. - * @param size - The size of the buffer. - */ - void SetBuffer(CpuAddr buffer, u64 size); - /** * Get the stream for this command list. * -- cgit v1.2.3