mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 00:12:23 -05:00
misc: chore: Use collection expressions in Input projects
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Ryujinx.Input.SDL2
|
||||
|
||||
public string DriverName => "SDL2";
|
||||
|
||||
private static readonly string[] _keyboardIdentifers = new string[1] { "0" };
|
||||
private static readonly string[] _keyboardIdentifers = ["0"];
|
||||
|
||||
public ReadOnlySpan<string> GamepadsIds => _keyboardIdentifers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user