summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: fix compile for Apple ClangLiam2022-11-231-0/+2
|
* audio_manager: Forward declare result typeLioncash2022-09-211-1/+2
| | | | Moves the include into the cpp file to lessen header dependencies.
* audio_manager: Remove unused forward declarationsLioncash2022-09-211-8/+0
| | | | | Allows us to get rid of some unnecessary forward declarations and includes.
* audio_manager: Remove unused sessions_started member variableLioncash2022-09-211-2/+0
| | | | This isn't used, so it can be removed.
* audio_manager: Remove dependence on system stateLioncash2022-09-211-8/+2
| | | | This isn't used by the class, so this can be removed for the time being.
* audio_core: Amend documentation tagsLioncash2022-09-151-1/+1
| | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
* Project AndioKelebek12022-07-221-0/+101