diff options
| -rw-r--r-- | src/core/hle/service/audio/audctl.cpp | 16 |
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 | ||