aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Common/Configuration/Multiplayer/MultiplayerMode.cs
blob: 05108716d35d2355a8c6cc89123af639fa3739b8 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.Common.Configuration.Multiplayer
{
    public enum MultiplayerMode
    {
        Disabled,
        LdnMitm,
    }
}