From 333651d346db30d6db0f157150d12209ca9120f9 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Fri, 6 Sep 2019 16:58:50 +0200 Subject: Implement Bluetooth, Btm, Hid and Nsd services and calls. (#761) - Implement `btdrv` service (IBluetoothDriver). Implement call `InitializeBluetoothLe` for initialize events of `bt` service according to RE. - Implement `bt` service (IBluetoothUser). Implement call `RegisterBleEvent` according to RE. - Add a placeholder for the `btm` service (close #750). - Implement `btm:u` service (IBtmUser) (close #751). Implement call `GetCore` according to RE (close #752). - Implement `IBtmUserCore` and calls `AcquireBleScanEvent`, `AcquireBleConnectionEvent`, `AcquireBleServiceDiscoveryEvent` and `AcquireBleMtuConfigEvent` according to RE. - Implement `SetPalmaBoostMode` in `IHidServer` according to RE. - Add stub for `SetIsPalmaAllConnectable` in `IHidServer` because we will not support Palma devices soon. - Implement `nsd:a` and `nsd:u` service (IManager) (close #755). Implement call `ResolveEx` according to RE (close #756). Implement calls `GetSettingName`, `GetEnvironmentIdentifier`, `GetDeviceId`, `DeleteSettings`, `Resolve`, `ReadSaveDataFromFsForTest`, `WriteSaveDataToFsForTest` and `DeleteSaveDataOfFsForTest` according to RE. --- Ryujinx.Common/Logging/LogClass.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Ryujinx.Common/Logging') diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs index 66a83b37..b056f383 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -20,6 +20,7 @@ namespace Ryujinx.Common.Logging ServiceApm, ServiceAudio, ServiceBsd, + ServiceBtm, ServiceCaps, ServiceFriend, ServiceFs, @@ -31,6 +32,7 @@ namespace Ryujinx.Common.Logging ServiceNfp, ServiceNifm, ServiceNs, + ServiceNsd, ServiceNv, ServicePctl, ServicePl, @@ -44,4 +46,4 @@ namespace Ryujinx.Common.Logging ServiceTime, ServiceVi } -} +} \ No newline at end of file -- cgit v1.2.3