From bba63b33a160c85a9e37a482df98a65a35e60b92 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 31 Jul 2018 19:59:42 -0400 Subject: service/audio: Add missing services Adds the missing audctl service, as well as the :a and :d services for audin, audout, audrec, and audren. --- src/core/hle/service/audio/audrec_a.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/core/hle/service/audio/audrec_a.h (limited to 'src/core/hle/service/audio/audrec_a.h') diff --git a/src/core/hle/service/audio/audrec_a.h b/src/core/hle/service/audio/audrec_a.h new file mode 100644 index 000000000..9685047f2 --- /dev/null +++ b/src/core/hle/service/audio/audrec_a.h @@ -0,0 +1,16 @@ +// Copyright 2018 yuzu emulator team +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. + +#pragma once + +#include "core/hle/service/service.h" + +namespace Service::Audio { + +class AudRecA final : public ServiceFramework { +public: + explicit AudRecA(); +}; + +} // namespace Service::Audio -- cgit v1.2.3