summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/adsp/audio_renderer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework ADSP into a wrapper for appsKelebek12023-09-041-225/+0
* core_timing: Use CNTPCT as the guest CPU tickMorph2023-06-081-3/+2
* audio_renderer: resolve adsp thread deadlock shutdownLiam2023-06-041-4/+4
* Smooth out the DSP callback by adding a 5ms wait time limitKelebek12023-05-181-0/+5
* audio: Wait for samples on the emulated DSP side to avoid desyncsBilly Laws2023-03-271-0/+2
* general: fix spelling mistakesLiam2023-03-121-1/+1
* core: Promote CPU/GPU threads to time criticalMorph2023-03-081-1/+1
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-2/+2
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-2/+2
* common: remove "yuzu:" prefix from thread namesLiam2022-10-041-1/+1
* audio_renderer: Make GetCommandBuffer() take a u32Lioncash2022-09-211-1/+1
* audio_renderer: Pass command buffer by const referenceLioncash2022-09-161-1/+1
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-8/+1
* Project AndioKelebek12022-07-221-0/+226