summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/behavior (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-03-07hle: rename legacy errors to ResultsLiam1-19/+19
2022-10-22general: Resolve -Wclass-memaccessMorph1-1/+1
2022-09-16behavior_info: Mark CopyErrorInfo as constLioncash4-6/+6
This doesn't modify member state. We can also mark the parameter of AppendError as const as well, since it isn't modified.
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-6/+8
2022-07-22Project AndioKelebek14-0/+1311