mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-24 15:56:27 -05:00
Little rewrite of HID input (#723)
* change hid sharedmem writing to use structures
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user