summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/system_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Smooth out the DSP callback by adding a 5ms wait time limitKelebek12023-05-181-5/+4
* audio: Wait for samples on the emulated DSP side to avoid desyncsBilly Laws2023-03-271-17/+1
* audio: Interpolate system manager sample count using host sink sample infoBilly Laws2023-03-261-1/+0
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-1/+1
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-1/+1
* common: remove "yuzu:" prefix from thread namesLiam2022-10-041-1/+1
* Remove pause callbacks from coretimingKelebek12022-09-131-10/+1
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-31/+4
* Project AndioKelebek12022-07-221-0/+162