summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/adsp/adsp.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-09-16 16:06:51 +0200
committerLioncash <mathew1800@gmail.com>2022-09-16 16:06:53 +0200
commit7e3cdfc453e27af80238d0ec9cd5005e1f189319 (patch)
tree639976fb344e1e47e4a63cde2d971b1dea319dfe /src/audio_core/renderer/adsp/adsp.h
parentsink_stream: Mark GetQueueSize as const (diff)
downloadyuzu-7e3cdfc453e27af80238d0ec9cd5005e1f189319.tar
yuzu-7e3cdfc453e27af80238d0ec9cd5005e1f189319.tar.gz
yuzu-7e3cdfc453e27af80238d0ec9cd5005e1f189319.tar.bz2
yuzu-7e3cdfc453e27af80238d0ec9cd5005e1f189319.tar.lz
yuzu-7e3cdfc453e27af80238d0ec9cd5005e1f189319.tar.xz
yuzu-7e3cdfc453e27af80238d0ec9cd5005e1f189319.tar.zst
yuzu-7e3cdfc453e27af80238d0ec9cd5005e1f189319.zip
Diffstat (limited to '')
-rw-r--r--src/audio_core/renderer/adsp/adsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/renderer/adsp/adsp.h b/src/audio_core/renderer/adsp/adsp.h
index 523184dc2..f7a2f25e4 100644
--- a/src/audio_core/renderer/adsp/adsp.h
+++ b/src/audio_core/renderer/adsp/adsp.h
@@ -131,7 +131,7 @@ public:
* @param session_id - The session id to check (0 or 1).
* @param command_buffer - The command buffer to process.
*/
- void SendCommandBuffer(u32 session_id, CommandBuffer& command_buffer);
+ void SendCommandBuffer(u32 session_id, const CommandBuffer& command_buffer);
/**
* Clear the command buffers (does not clear the time taken or the remaining command count)