yuzu/src/core/hle/service/audio
Lioncash 565fce71b1 service/audctl: Update documentation comments to be relative to 8.0.0
The state of these service calls are still the same in version 8.0.0.
..
audctl.cpp service/audctl: Update documentation comments to be relative to 8.0.0
audctl.h service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax()
auddbg.cpp hle/service: Default constructors and destructors in the cpp file where applicable
auddbg.h hle/service: Default constructors and destructors in the cpp file where applicable
audin_a.cpp hle/service: Default constructors and destructors in the cpp file where applicable
audin_a.h hle/service: Default constructors and destructors in the cpp file where applicable
audin_u.cpp service: Update service function tables
audin_u.h hle/service: Default constructors and destructors in the cpp file where applicable
audio.cpp service/audio: Replace includes with forward declarations where applicable
audio.h service/audio: Replace includes with forward declarations where applicable
audout_a.cpp hle/service: Default constructors and destructors in the cpp file where applicable
audout_a.h hle/service: Default constructors and destructors in the cpp file where applicable
audout_u.cpp service: Update service function tables
audout_u.h audout_u: Add support for multiple IAudioOut streams.
audrec_a.cpp hle/service: Default constructors and destructors in the cpp file where applicable
audrec_a.h hle/service: Default constructors and destructors in the cpp file where applicable
audrec_u.cpp core: Add missing override specifiers where applicable
audrec_u.h hle/service: Default constructors and destructors in the cpp file where applicable
audren_a.cpp hle/service: Default constructors and destructors in the cpp file where applicable
audren_a.h hle/service: Default constructors and destructors in the cpp file where applicable
audren_u.cpp hle/service: Resolve unused variable warnings
audren_u.h service/audio/audren_u: Implement OpenAudioRendererAuto
codecctl.cpp hle/service: Default constructors and destructors in the cpp file where applicable
codecctl.h hle/service: Default constructors and destructors in the cpp file where applicable
errors.h hle/service/audio: Extract audio error codes to a header
hwopus.cpp hwopus: Leverage multistream API for decoding regular Opus packets
hwopus.h hle/service: Default constructors and destructors in the cpp file where applicable