aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Horizon/Sm/Types
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Horizon/Sm/Types')
-rw-r--r--Ryujinx.Horizon/Sm/Types/SmPortIndex.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Ryujinx.Horizon/Sm/Types/SmPortIndex.cs b/Ryujinx.Horizon/Sm/Types/SmPortIndex.cs
new file mode 100644
index 00000000..5325558b
--- /dev/null
+++ b/Ryujinx.Horizon/Sm/Types/SmPortIndex.cs
@@ -0,0 +1,8 @@
+namespace Ryujinx.Horizon.Sm.Types
+{
+ enum SmPortIndex
+ {
+ User,
+ Manager
+ }
+} \ No newline at end of file