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