summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_manager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-23general: fix compile for Apple ClangLiam1-0/+2
2022-09-21audio_manager: Forward declare result typeLioncash1-1/+2
Moves the include into the cpp file to lessen header dependencies.
2022-09-21audio_manager: Remove unused forward declarationsLioncash1-8/+0
Allows us to get rid of some unnecessary forward declarations and includes.
2022-09-21audio_manager: Remove unused sessions_started member variableLioncash1-2/+0
This isn't used, so it can be removed.
2022-09-21audio_manager: Remove dependence on system stateLioncash1-8/+2
This isn't used by the class, so this can be removed for the time being.
2022-09-15audio_core: Amend documentation tagsLioncash1-1/+1
Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
2022-07-22Project AndioKelebek11-0/+101