mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-23 05:24:56 +03:00
Add a '*' to label the virtual controller.
This commit is contained in:
parent
14aafebaa6
commit
9356b68f26
@ -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 New Issue
Block a user