aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audren_u.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-01-29 22:23:44 -0500
committerLioncash <mathew1800@gmail.com>2019-01-29 22:50:26 -0500
commit0db891894746f073dbaf3f755e5bf32e915808c0 (patch)
treef5cdd9d14ac7fdd582e6bb6cc8b7cda015f59eed /src/core/hle/service/audio/audren_u.h
parentc3affdd162c7fafc630343e49905ee24effe7cef (diff)
service/audio: Update function tables
Updates function tables based off information provided by SwitchBrew.
Diffstat (limited to 'src/core/hle/service/audio/audren_u.h')
-rw-r--r--src/core/hle/service/audio/audren_u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/audio/audren_u.h b/src/core/hle/service/audio/audren_u.h
index c6bc3a90a..3d63388fb 100644
--- a/src/core/hle/service/audio/audren_u.h
+++ b/src/core/hle/service/audio/audren_u.h
@@ -20,7 +20,7 @@ public:
private:
void OpenAudioRenderer(Kernel::HLERequestContext& ctx);
void GetAudioRendererWorkBufferSize(Kernel::HLERequestContext& ctx);
- void GetAudioDevice(Kernel::HLERequestContext& ctx);
+ void GetAudioDeviceService(Kernel::HLERequestContext& ctx);
void GetAudioDeviceServiceWithRevisionInfo(Kernel::HLERequestContext& ctx);
enum class AudioFeatures : u32 {