namespace Ryujinx.Ava.Ui.Models { public enum DeviceType { None, Keyboard, Controller } }