aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/adsp/audio_renderer.cpp
AgeCommit message (Expand)Author
2023-09-04Rework ADSP into a wrapper for appsKelebek1
2023-06-07core_timing: Use CNTPCT as the guest CPU tickMorph
2023-06-04audio_renderer: resolve adsp thread deadlock shutdownLiam
2023-05-18Smooth out the DSP callback by adding a 5ms wait time limitKelebek1
2023-03-27audio: Wait for samples on the emulated DSP side to avoid desyncsBilly Laws
2023-03-12general: fix spelling mistakesLiam
2023-03-07core: Promote CPU/GPU threads to time criticalMorph
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2022-10-03common: remove "yuzu:" prefix from thread namesLiam
2022-09-21audio_renderer: Make GetCommandBuffer() take a u32Lioncash
2022-09-16audio_renderer: Pass command buffer by const referenceLioncash
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during...Kelebek1
2022-07-22Project AndioKelebek1