summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/adsp/audio_renderer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_renderer: Make GetCommandBuffer() take a u32Lioncash2022-09-211-1/+1
| | | | | | This function is only ever called with unsigned types, and all of the other interface functions take session_id as a u32, so this makes the class a little more consistent.
* audio_renderer: Pass command buffer by const referenceLioncash2022-09-161-1/+1
| | | | This is just being copied and isn't modified at all.
* audio_core: Amend documentation tagsLioncash2022-09-151-3/+3
| | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
* Project AndioKelebek12022-07-221-0/+203