summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Lioncash2022-01-21 15:50:38 -0500
committerGravatar Lioncash2022-01-21 15:50:38 -0500
commit0f7337c5220b26ba54c586be23094255566b7c30 (patch)
tree2ef0a87dcf909d9e205237be997edf428cc52398 /src/core
parentservice/am: Update omm function tables (diff)
downloadyuzu-0f7337c5220b26ba54c586be23094255566b7c30.tar.gz
yuzu-0f7337c5220b26ba54c586be23094255566b7c30.tar.xz
yuzu-0f7337c5220b26ba54c586be23094255566b7c30.zip
service/audio: Update audctl unknown function names
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/audio/audctl.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/core/hle/service/audio/audctl.cpp b/src/core/hle/service/audio/audctl.cpp
index 2e46e7161..260fd0e0e 100644
--- a/src/core/hle/service/audio/audctl.cpp
+++ b/src/core/hle/service/audio/audctl.cpp
@@ -41,14 +41,14 @@ AudCtl::AudCtl(Core::System& system_) : ServiceFramework{system_, "audctl"} {
41 {27, nullptr, "SetVolumeMappingTableForDev"}, 41 {27, nullptr, "SetVolumeMappingTableForDev"},
42 {28, nullptr, "GetAudioOutputChannelCountForPlayReport"}, 42 {28, nullptr, "GetAudioOutputChannelCountForPlayReport"},
43 {29, nullptr, "BindAudioOutputChannelCountUpdateEventForPlayReport"}, 43 {29, nullptr, "BindAudioOutputChannelCountUpdateEventForPlayReport"},
44 {30, nullptr, "Unknown30"}, 44 {30, nullptr, "SetSpeakerAutoMuteEnabled"},
45 {31, nullptr, "Unknown31"}, 45 {31, nullptr, "IsSpeakerAutoMuteEnabled"},
46 {32, nullptr, "Unknown32"}, 46 {32, nullptr, "GetActiveOutputTarget"},
47 {33, nullptr, "Unknown33"}, 47 {33, nullptr, "GetTargetDeviceInfo"},
48 {34, nullptr, "Unknown34"}, 48 {34, nullptr, "AcquireTargetNotification"},
49 {10000, nullptr, "Unknown10000"}, 49 {10000, nullptr, "NotifyAudioOutputTargetForPlayReport"},
50 {10001, nullptr, "Unknown10001"}, 50 {10001, nullptr, "NotifyAudioOutputChannelCountForPlayReport"},
51 {10002, nullptr, "Unknown10002"}, 51 {10002, nullptr, "NotifyUnsupportedUsbOutputDeviceAttachedForPlayReport"},
52 }; 52 };
53 // clang-format on 53 // clang-format on
54 54