summaryrefslogtreecommitdiffstats
path: root/src/audio_core/out/audio_out_system.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_out: Mark several functions as constLioncash2022-09-161-4/+5
| | | | These don't affect class state, so we can mark them as such.
* audio_buffers: Pass by const-ref in AppendBuffersLioncash2022-09-161-6/+8
| | | | | This function doesn't modify the passed in buffer, so we can make that explicit.
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-2/+8
|
* Project AndioKelebek12022-07-221-0/+207