1 2 3 4 5 6
using Ryujinx.Common.Configuration.Hid; namespace Ryujinx.Ava.UI.Models { public record PlayerModel(PlayerIndex Id, string Name); }