diff options
Diffstat (limited to 'Ryujinx/Configuration.cs')
-rw-r--r-- | Ryujinx/Configuration.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx/Configuration.cs b/Ryujinx/Configuration.cs index 77895ac8..72f507de 100644 --- a/Ryujinx/Configuration.cs +++ b/Ryujinx/Configuration.cs @@ -120,7 +120,7 @@ namespace Ryujinx /// <summary> /// The primary controller's type /// </summary> - public HidControllerType ControllerType { get; private set; } + public ControllerStatus ControllerType { get; private set; } /// <summary> /// Enable or disable keyboard support (Independent from controllers binding) @@ -135,7 +135,7 @@ namespace Ryujinx /// <summary> /// Controller control bindings /// </summary> - public NpadController GamepadControls { get; private set; } + public UI.Input.NpadController GamepadControls { get; private set; } /// <summary> /// Loads a configuration file from disk |