private async Task LoadJoystick()
 {
     Joystick = (await JoystickHelper.Load()).Item1;
     Global.Instance.Joystick = Joystick;
 }