summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/audio/audren_u.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/audio/audren_u.cpp b/src/core/hle/service/audio/audren_u.cpp
index 8b12b8201..9460c283d 100644
--- a/src/core/hle/service/audio/audren_u.cpp
+++ b/src/core/hle/service/audio/audren_u.cpp
@@ -242,9 +242,8 @@ private:
242 242
243 ctx.WriteBuffer(out_device_name); 243 ctx.WriteBuffer(out_device_name);
244 244
245 IPC::ResponseBuilder rb{ctx, 3}; 245 IPC::ResponseBuilder rb{ctx, 2};
246 rb.Push(RESULT_SUCCESS); 246 rb.Push(RESULT_SUCCESS);
247 rb.Push<u32>(1);
248 } 247 }
249 248
250 void QueryAudioDeviceSystemEvent(Kernel::HLERequestContext& ctx) { 249 void QueryAudioDeviceSystemEvent(Kernel::HLERequestContext& ctx) {