aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Wlan/ISocketManager.cs
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2023-09-20 22:55:27 +0200
committerGitHub <noreply@github.com>2023-09-20 22:55:27 +0200
commitfb55f57da7cbeb39d12d39a13be16ff602a8fda3 (patch)
treeb7b0bff4513e39d70eb219966e473ca8f498e2a8 /src/Ryujinx.HLE/HOS/Services/Wlan/ISocketManager.cs
parent44862dce3ef307b12366376ada3fa0db693bfaf9 (diff)
Horizon: Migrate wlan and stubs latest services (#5708)1.1.1020
* 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
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Wlan/ISocketManager.cs')
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Wlan/ISocketManager.cs8
1 files changed, 0 insertions, 8 deletions
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) { }
- }
-}