diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-07 16:29:33 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-09 06:49:46 +0200 |
commit | 214ef2dd8a08281c9fc645f09c97b698e57d6c94 (patch) | |
tree | 03aeeed9bab7d20838f72a60f81454c1af7152af /src | |
parent | Merge pull request #6168 from Morph1984/stub-SetNpadAnalogStickUseCenterClamp (diff) | |
download | yuzu-214ef2dd8a08281c9fc645f09c97b698e57d6c94.tar yuzu-214ef2dd8a08281c9fc645f09c97b698e57d6c94.tar.gz yuzu-214ef2dd8a08281c9fc645f09c97b698e57d6c94.tar.bz2 yuzu-214ef2dd8a08281c9fc645f09c97b698e57d6c94.tar.lz yuzu-214ef2dd8a08281c9fc645f09c97b698e57d6c94.tar.xz yuzu-214ef2dd8a08281c9fc645f09c97b698e57d6c94.tar.zst yuzu-214ef2dd8a08281c9fc645f09c97b698e57d6c94.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/btdrv/btdrv.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/core/hle/service/btdrv/btdrv.cpp b/src/core/hle/service/btdrv/btdrv.cpp index 17a2ac899..af3a5842d 100644 --- a/src/core/hle/service/btdrv/btdrv.cpp +++ b/src/core/hle/service/btdrv/btdrv.cpp @@ -156,6 +156,25 @@ public: {97, nullptr, "RegisterBleHidEvent"}, {98, nullptr, "SetBleScanParameter"}, {99, nullptr, "MoveToSecondaryPiconet"}, + {100, nullptr, "IsBluetoothEnabled"}, + {128, nullptr, "AcquireAudioEvent"}, + {129, nullptr, "GetAudioEventInfo"}, + {130, nullptr, "OpenAudioConnection"}, + {131, nullptr, "CloseAudioConnection"}, + {132, nullptr, "OpenAudioOut"}, + {133, nullptr, "CloseAudioOut"}, + {134, nullptr, "AcquireAudioOutStateChangedEvent"}, + {135, nullptr, "StartAudioOut"}, + {136, nullptr, "StopAudioOut"}, + {137, nullptr, "GetAudioOutState"}, + {138, nullptr, "GetAudioOutFeedingCodec"}, + {139, nullptr, "GetAudioOutFeedingParameter"}, + {140, nullptr, "AcquireAudioOutBufferAvailableEvent"}, + {141, nullptr, "SendAudioData"}, + {142, nullptr, "AcquireAudioControlInputStateChangedEvent"}, + {143, nullptr, "GetAudioControlInputState"}, + {144, nullptr, "AcquireAudioConnectionStateChangedEvent"}, + {145, nullptr, "GetConnectedAudioDevice"}, {256, nullptr, "IsManufacturingMode"}, {257, nullptr, "EmulateBluetoothCrash"}, {258, nullptr, "GetBleChannelMap"}, |