mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 12:57:11 +02:00
Improvements and fixes to issues in the controller input menu
See merge request ryubing/ryujinx!2
This commit is contained in:
parent
4c9e8f8e5c
commit
0ae536a757
13 changed files with 519 additions and 81 deletions
|
@ -21,6 +21,11 @@ namespace Ryujinx.Common.Configuration.Hid
|
|||
/// </summary>
|
||||
public string Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Controller name
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Controller's Type
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue