Ver código fonte

service/btdrv: Update to 13.0.0

german77 4 anos atrás
pai
commit
4b5f0af3fd
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      src/core/hle/service/btdrv/btdrv.cpp

+ 4 - 0
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"},