summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audio.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: refactor server architectureLiam2023-02-211-2/+1
| | | | Converts services to have their own processes
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service/audio: Remove global system accessorsLioncash2019-07-191-1/+5
| | | | Trims out the lingering reliance on global state out of the audio code.
* service/audio: Replace includes with forward declarations where applicableLioncash2018-09-121-1/+3
| | | | | A few headers were including other headers when a forward declaration can be used instead, allowing the include to be moved to the cpp file.
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* audio: Stub out AudOutU::ListAudioOuts.bunnei2018-01-151-0/+16