summaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/adsp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9969 from bylaws/masterGravatar bunnei2023-04-012-0/+3
|\
| * Run clang-formatGravatar Billy Laws2023-03-271-1/+1
| * audio: Wait for samples on the emulated DSP side to avoid desyncsGravatar Billy Laws2023-03-272-0/+3
* | memory: rename global memory references to application memoryGravatar Liam2023-03-232-2/+2
|/
* general: fix spelling mistakesGravatar Liam2023-03-121-1/+1
* core: Promote CPU/GPU threads to time criticalGravatar Morph2023-03-071-1/+1
* remove static from pointer sized or smaller types for aesthetics, change cons...Gravatar arades792023-02-141-2/+2
* add static lifetime to constexpr values to force compile time evaluation wher...Gravatar arades792023-02-141-2/+2
* common: remove "yuzu:" prefix from thread namesGravatar Liam2022-10-031-1/+1
* audio_renderer: Make GetCommandBuffer() take a u32Gravatar Lioncash2022-09-212-2/+2
* audio_renderer: Pass command buffer by const referenceGravatar Lioncash2022-09-164-4/+4
* audio_core: Amend documentation tagsGravatar Lioncash2022-09-153-11/+10
* Rework audio output, connecting AudioOut into coretiming to fix desync during...Gravatar Kelebek12022-09-021-8/+1
* Project AndioGravatar Kelebek12022-07-227-0/+968