aboutsummaryrefslogblamecommitdiff
path: root/src/Ryujinx.Horizon/Friends/FriendsPortIndex.cs
blob: f567db3020e7dba0ae37348e1f222013553dcfc6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11









                                 
namespace Ryujinx.Horizon.Friends
{
    enum FriendsPortIndex
    {
        Admin,
        User,
        Viewer,
        Manager,
        System,
    }
}