diff options
author | german77 <juangerman-13@hotmail.com> | 2021-09-27 02:32:45 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-09-27 02:32:45 +0200 |
commit | 4b5f0af3fd8a05f741644187545d6eb49538f2f2 (patch) | |
tree | 61a6f17842d49132407d2a6e313da1d0b83f256e /src/core/hle/service | |
parent | service/usb: Update to 13.0.0 (diff) | |
download | yuzu-4b5f0af3fd8a05f741644187545d6eb49538f2f2.tar yuzu-4b5f0af3fd8a05f741644187545d6eb49538f2f2.tar.gz yuzu-4b5f0af3fd8a05f741644187545d6eb49538f2f2.tar.bz2 yuzu-4b5f0af3fd8a05f741644187545d6eb49538f2f2.tar.lz yuzu-4b5f0af3fd8a05f741644187545d6eb49538f2f2.tar.xz yuzu-4b5f0af3fd8a05f741644187545d6eb49538f2f2.tar.zst yuzu-4b5f0af3fd8a05f741644187545d6eb49538f2f2.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/service/btdrv/btdrv.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/btdrv/btdrv.cpp b/src/core/hle/service/btdrv/btdrv.cpp index 46da438ef..acf791de2 100644 --- a/src/core/hle/service/btdrv/btdrv.cpp +++ b/src/core/hle/service/btdrv/btdrv.cpp @@ -175,6 +175,10 @@ public: {143, nullptr, "GetAudioControlInputState"}, {144, nullptr, "AcquireAudioConnectionStateChangedEvent"}, {145, nullptr, "GetConnectedAudioDevice"}, + {146, nullptr, "CloseAudioControlInput"}, + {147, nullptr, "RegisterAudioControlNotification"}, + {148, nullptr, "SendAudioControlPassthroughCommand"}, + {149, nullptr, "SendAudioControlSetAbsoluteVolumeCommand"}, {256, nullptr, "IsManufacturingMode"}, {257, nullptr, "EmulateBluetoothCrash"}, {258, nullptr, "GetBleChannelMap"}, |