mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 11:50:55 -05:00
9 lines
134 B
C#
9 lines
134 B
C#
namespace Ryujinx.Common.Configuration.Multiplayer
|
|
{
|
|
public enum MultiplayerMode
|
|
{
|
|
Disabled,
|
|
LdnMitm,
|
|
}
|
|
}
|