From fb55f57da7cbeb39d12d39a13be16ff602a8fda3 Mon Sep 17 00:00:00 2001 From: Ac_K <Acoustik666@gmail.com> Date: Wed, 20 Sep 2023 22:55:27 +0200 Subject: Horizon: Migrate wlan and stubs latest services (#5708) * Horizon: Migrate wlan and stubs latest services This PR migrate empty wlan services, values are found by RE. Latest firmwares added some other services which are now stubbed and up-to-date. * Fix imports ordering --- src/Ryujinx.HLE/HOS/Services/Wlan/ISocketManager.cs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/Ryujinx.HLE/HOS/Services/Wlan/ISocketManager.cs (limited to 'src/Ryujinx.HLE/HOS/Services/Wlan/ISocketManager.cs') diff --git a/src/Ryujinx.HLE/HOS/Services/Wlan/ISocketManager.cs b/src/Ryujinx.HLE/HOS/Services/Wlan/ISocketManager.cs deleted file mode 100644 index 1b40b80e..00000000 --- a/src/Ryujinx.HLE/HOS/Services/Wlan/ISocketManager.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace Ryujinx.HLE.HOS.Services.Wlan -{ - [Service("wlan:soc")] - class ISocketManager : IpcService - { - public ISocketManager(ServiceCtx context) { } - } -} -- cgit v1.2.3-70-g09d2