summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-07hle: rename legacy errors to ResultsLiam1-2/+2
2022-09-21audio_manager: Forward declare result typeLioncash1-0/+1
Moves the include into the cpp file to lessen header dependencies.
2022-09-21audio_manager: Remove redundant cast in ThreadFunc()Lioncash1-3/+5
We can just use a local here to get rid of a second cast.
2022-09-21audio_manager: move std::functions in SetOutManager/SetInManagerLioncash1-2/+2
Prevents unnecessary reallocations in the event the captured variables are larger than the internal std::function buffer.
2022-09-21audio_manager: Remove unused forward declarationsLioncash1-2/+0
Allows us to get rid of some unnecessary forward declarations and includes.
2022-09-21audio_manager: Remove dependence on system stateLioncash1-1/+1
This isn't used by the class, so this can be removed for the time being.
2022-07-22Project AndioKelebek11-0/+80