mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-27 15:57:10 +01:00
Add a '*' to label the virtual controller.
This commit is contained in:
parent
14aafebaa6
commit
9356b68f26
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace Ryujinx.Input.SDL2
|
|||
public const string Id = "JoyConPair";
|
||||
string IGamepad.Id => Id;
|
||||
|
||||
public string Name => "Nintendo Switch Joy-Con (L/R)";
|
||||
public string Name => "* Nintendo Switch Joy-Con (L/R)";
|
||||
public bool IsConnected => left is { IsConnected: true } && right is { IsConnected: true };
|
||||
|
||||
public void Dispose()
|
||||
|
|
Loading…
Reference in a new issue