summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-04-18 01:46:34 +0200
committerLioncash <mathew1800@gmail.com>2020-04-18 01:47:43 +0200
commit4d8a8a80334608709a739a19d1f41c4f1e5109dd (patch)
tree5191a112fa9d6c0e5bc09f93ea60da9530041e39 /src/core/hle/service/audio
parentMerge pull request #3666 from bunnei/new-vmm (diff)
downloadyuzu-4d8a8a80334608709a739a19d1f41c4f1e5109dd.tar
yuzu-4d8a8a80334608709a739a19d1f41c4f1e5109dd.tar.gz
yuzu-4d8a8a80334608709a739a19d1f41c4f1e5109dd.tar.bz2
yuzu-4d8a8a80334608709a739a19d1f41c4f1e5109dd.tar.lz
yuzu-4d8a8a80334608709a739a19d1f41c4f1e5109dd.tar.xz
yuzu-4d8a8a80334608709a739a19d1f41c4f1e5109dd.tar.zst
yuzu-4d8a8a80334608709a739a19d1f41c4f1e5109dd.zip
Diffstat (limited to 'src/core/hle/service/audio')
-rw-r--r--src/core/hle/service/audio/audren_u.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/audio/audren_u.cpp b/src/core/hle/service/audio/audren_u.cpp
index 175cabf45..851433595 100644
--- a/src/core/hle/service/audio/audren_u.cpp
+++ b/src/core/hle/service/audio/audren_u.cpp
@@ -252,8 +252,6 @@ private:
}
void GetAudioDeviceOutputVolume(Kernel::HLERequestContext& ctx) {
- IPC::RequestParser rp{ctx};
-
const auto device_name_buffer = ctx.ReadBuffer();
const std::string name = Common::StringFromBuffer(device_name_buffer);