namespace Ryujinx.Common.Configuration.Hid.Controller.Motion { public enum MotionInputBackendType : byte { Invalid, GamepadDriver, CemuHook } }