Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general: fix compile for Apple Clang | Liam | 2022-11-23 | 1 | -0/+2 |
| | |||||
* | audio_manager: Forward declare result type | Lioncash | 2022-09-21 | 1 | -1/+2 |
| | | | | Moves the include into the cpp file to lessen header dependencies. | ||||
* | audio_manager: Remove unused forward declarations | Lioncash | 2022-09-21 | 1 | -8/+0 |
| | | | | | Allows us to get rid of some unnecessary forward declarations and includes. | ||||
* | audio_manager: Remove unused sessions_started member variable | Lioncash | 2022-09-21 | 1 | -2/+0 |
| | | | | This isn't used, so it can be removed. | ||||
* | audio_manager: Remove dependence on system state | Lioncash | 2022-09-21 | 1 | -8/+2 |
| | | | | This isn't used by the class, so this can be removed for the time being. | ||||
* | audio_core: Amend documentation tags | Lioncash | 2022-09-15 | 1 | -1/+1 |
| | | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot. | ||||
* | Project Andio | Kelebek1 | 2022-07-22 | 1 | -0/+101 |