summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/adsp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-04common: remove "yuzu:" prefix from thread namesLiam1-1/+1
2022-09-21audio_renderer: Make GetCommandBuffer() take a u32Lioncash2-2/+2
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.
2022-09-16audio_renderer: Pass command buffer by const referenceLioncash4-4/+4
This is just being copied and isn't modified at all.
2022-09-15audio_core: Amend documentation tagsLioncash3-11/+10
Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-8/+1
2022-07-22Project AndioKelebek17-0/+968