From 706892de7d609fa62377c2d6a9bba54f9e56f094 Mon Sep 17 00:00:00 2001 From: David Marcec Date: Thu, 12 Jul 2018 16:57:31 +1000 Subject: Audout "Auto" functions Audout autos are identical to their counterpart except for the buffer type which yuzu already handles for us. --- src/core/hle/service/audio/audout_u.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/hle/service/audio/audout_u.h') diff --git a/src/core/hle/service/audio/audout_u.h b/src/core/hle/service/audio/audout_u.h index 1f9bb9bcf..847d86aa6 100644 --- a/src/core/hle/service/audio/audout_u.h +++ b/src/core/hle/service/audio/audout_u.h @@ -22,8 +22,8 @@ public: private: std::shared_ptr audio_out_interface; - void ListAudioOuts(Kernel::HLERequestContext& ctx); - void OpenAudioOut(Kernel::HLERequestContext& ctx); + void ListAudioOutsImpl(Kernel::HLERequestContext& ctx); + void OpenAudioOutImpl(Kernel::HLERequestContext& ctx); enum class PcmFormat : u32 { Invalid = 0, -- cgit v1.2.3