summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audout_u.h
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-01-22 21:27:55 +0100
committergdkchan <gab.dark.100@gmail.com>2018-01-22 21:27:55 +0100
commit832009bfdb360a9700c1d367ecfe0f84e32264a7 (patch)
tree55b40ec33c4799110a4b01f4115f925aac912c5f /src/core/hle/service/audio/audout_u.h
parentAdded stubs for audio services. (#116) (diff)
downloadyuzu-832009bfdb360a9700c1d367ecfe0f84e32264a7.tar
yuzu-832009bfdb360a9700c1d367ecfe0f84e32264a7.tar.gz
yuzu-832009bfdb360a9700c1d367ecfe0f84e32264a7.tar.bz2
yuzu-832009bfdb360a9700c1d367ecfe0f84e32264a7.tar.lz
yuzu-832009bfdb360a9700c1d367ecfe0f84e32264a7.tar.xz
yuzu-832009bfdb360a9700c1d367ecfe0f84e32264a7.tar.zst
yuzu-832009bfdb360a9700c1d367ecfe0f84e32264a7.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/audio/audout_u.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/audio/audout_u.h b/src/core/hle/service/audio/audout_u.h
index 17529245b..69626cc58 100644
--- a/src/core/hle/service/audio/audout_u.h
+++ b/src/core/hle/service/audio/audout_u.h
@@ -20,6 +20,7 @@ public:
private:
void ListAudioOuts(Kernel::HLERequestContext& ctx);
+ void OpenAudioOut(Kernel::HLERequestContext& ctx);
};
} // namespace Audio