summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/adsp/audio_renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-04Rework ADSP into a wrapper for appsKelebek11-225/+0
2023-06-08core_timing: Use CNTPCT as the guest CPU tickMorph1-3/+2
2023-06-04audio_renderer: resolve adsp thread deadlock shutdownLiam1-4/+4
2023-05-18Smooth out the DSP callback by adding a 5ms wait time limitKelebek11-0/+5
2023-03-27audio: Wait for samples on the emulated DSP side to avoid desyncsBilly Laws1-0/+2
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-03-08core: Promote CPU/GPU threads to time criticalMorph1-1/+1
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2022-10-04common: remove "yuzu:" prefix from thread namesLiam1-1/+1
2022-09-21audio_renderer: Make GetCommandBuffer() take a u32Lioncash1-1/+1
2022-09-16audio_renderer: Pass command buffer by const referenceLioncash1-1/+1
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-8/+1
2022-07-22Project AndioKelebek11-0/+226