summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/adsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-2/+2
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-2/+2
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* common: remove "yuzu:" prefix from thread namesLiam2022-10-041-1/+1
|
* audio_renderer: Make GetCommandBuffer() take a u32Lioncash2022-09-212-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.
* audio_renderer: Pass command buffer by const referenceLioncash2022-09-164-4/+4
| | | | This is just being copied and isn't modified at all.
* audio_core: Amend documentation tagsLioncash2022-09-153-11/+10
| | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-8/+1
|
* Project AndioKelebek12022-07-227-0/+968