mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 17:48:00 -05:00
audio_renderer: Pass command buffer by const reference
This is just being copied and isn't modified at all.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user