aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon/Wlan/Ipc/SocketGetFrame.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Horizon/Wlan/Ipc/SocketGetFrame.cs')
-rw-r--r--src/Ryujinx.Horizon/Wlan/Ipc/SocketGetFrame.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Ryujinx.Horizon/Wlan/Ipc/SocketGetFrame.cs b/src/Ryujinx.Horizon/Wlan/Ipc/SocketGetFrame.cs
new file mode 100644
index 00000000..5c1663f6
--- /dev/null
+++ b/src/Ryujinx.Horizon/Wlan/Ipc/SocketGetFrame.cs
@@ -0,0 +1,8 @@
+using Ryujinx.Horizon.Sdk.Wlan;
+
+namespace Ryujinx.Horizon.Wlan.Ipc
+{
+ partial class SocketGetFrame : ISocketGetFrame
+ {
+ }
+}