summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/behavior (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: fix spelling mistakesLiam2023-03-121-1/+1
|
* hle: rename legacy errors to ResultsLiam2023-03-071-19/+19
|
* general: Resolve -Wclass-memaccessMorph2022-10-221-1/+1
|
* behavior_info: Mark CopyErrorInfo as constLioncash2022-09-164-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.
* Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-6/+8
|
* Project AndioKelebek12022-07-224-0/+1311