aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/btdrv
diff options
context:
space:
mode:
authorgerman77 <[email protected]>2022-06-26 10:50:30 -0500
committerNarr the Reg <[email protected]>2022-07-14 16:33:09 -0500
commit2535e9d1ec49fdda71b089d54ebf07a9498cc3e8 (patch)
tree4cb4c1de73e93a80ce3c61473953103cf6197256 /src/core/hle/service/btdrv
parent8e0e2e95e6e3ba0ac265d69814f9e6d07269f0d7 (diff)
downloadyuzu-mainline-2535e9d1ec49fdda71b089d54ebf07a9498cc3e8.tar.gz
yuzu-mainline-2535e9d1ec49fdda71b089d54ebf07a9498cc3e8.zip
service: btdrv,bcat,btm: Update service tables to 14.0.0
Diffstat (limited to 'src/core/hle/service/btdrv')
-rw-r--r--src/core/hle/service/btdrv/btdrv.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/hle/service/btdrv/btdrv.cpp b/src/core/hle/service/btdrv/btdrv.cpp
index f9ee2b624..ec7e5320c 100644
--- a/src/core/hle/service/btdrv/btdrv.cpp
+++ b/src/core/hle/service/btdrv/btdrv.cpp
@@ -181,6 +181,11 @@ public:
{147, nullptr, "RegisterAudioControlNotification"},
{148, nullptr, "SendAudioControlPassthroughCommand"},
{149, nullptr, "SendAudioControlSetAbsoluteVolumeCommand"},
+ {150, nullptr, "AcquireAudioSinkVolumeLocallyChangedEvent"},
+ {151, nullptr, "AcquireAudioSinkVolumeUpdateRequestCompletedEvent"},
+ {152, nullptr, "GetAudioSinkVolume"},
+ {153, nullptr, "RequestUpdateAudioSinkVolume"},
+ {154, nullptr, "IsAudioSinkVolumeSupported"},
{256, nullptr, "IsManufacturingMode"},
{257, nullptr, "EmulateBluetoothCrash"},
{258, nullptr, "GetBleChannelMap"},