diff options
author | bunnei <bunneidev@gmail.com> | 2022-07-17 21:30:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-17 21:30:52 +0200 |
commit | a5bdf824e66d23a16af6a1b43256415570b1a8b3 (patch) | |
tree | 7513f9013bd6295ace422655214d633273f38c8f /src/core/hle/service/btdrv | |
parent | Merge pull request #8525 from lat9nq/update-sdl (diff) | |
parent | service: fatal: Add function table (diff) | |
download | yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.gz yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.bz2 yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.lz yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.xz yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.zst yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.zip |
Diffstat (limited to 'src/core/hle/service/btdrv')
-rw-r--r-- | src/core/hle/service/btdrv/btdrv.cpp | 5 |
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"}, |