aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Wlan/Ipc/SocketManager.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.Horizon/Wlan/Ipc/SocketManager.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.Horizon/Wlan/Ipc/SocketManager.cs')
-rw-r--r--src/Ryujinx.Horizon/Wlan/Ipc/SocketManager.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Ryujinx.Horizon/Wlan/Ipc/SocketManager.cs b/src/Ryujinx.Horizon/Wlan/Ipc/SocketManager.cs
new file mode 100644
index 00000000..a112e745
--- /dev/null
+++ b/src/Ryujinx.Horizon/Wlan/Ipc/SocketManager.cs
@@ -0,0 +1,8 @@
+using Ryujinx.Horizon.Sdk.Wlan;
+
+namespace Ryujinx.Horizon.Wlan.Ipc
+{
+ partial class SocketManager : ISocketManager
+ {
+ }
+}