summaryrefslogtreecommitdiffstats
path: root/src/audio_core/adsp/apps/audio_renderer/command_list_processor.h
diff options
context:
space:
mode:
authorKelebek1 <eeeedddccc@hotmail.co.uk>2023-09-07 21:53:48 +0200
committerKelebek1 <eeeedddccc@hotmail.co.uk>2023-09-07 21:53:48 +0200
commit4baaaf6a99ad763958bbc0ffa6d30ce75309f80a (patch)
tree2594a4bdfefae0ef640dff868a6a229b176b714b /src/audio_core/adsp/apps/audio_renderer/command_list_processor.h
parentMerge pull request #11428 from Kelebek1/adsp_rework (diff)
downloadyuzu-4baaaf6a99ad763958bbc0ffa6d30ce75309f80a.tar
yuzu-4baaaf6a99ad763958bbc0ffa6d30ce75309f80a.tar.gz
yuzu-4baaaf6a99ad763958bbc0ffa6d30ce75309f80a.tar.bz2
yuzu-4baaaf6a99ad763958bbc0ffa6d30ce75309f80a.tar.lz
yuzu-4baaaf6a99ad763958bbc0ffa6d30ce75309f80a.tar.xz
yuzu-4baaaf6a99ad763958bbc0ffa6d30ce75309f80a.tar.zst
yuzu-4baaaf6a99ad763958bbc0ffa6d30ce75309f80a.zip
Diffstat (limited to '')
-rw-r--r--src/audio_core/adsp/apps/audio_renderer/command_list_processor.h8
1 files changed, 0 insertions, 8 deletions
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
@@ -57,14 +57,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.
*
* @return The stream associated with this command list.