mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-29 06:36:24 +02:00
misc: chore: Use collection expressions in Input projects
This commit is contained in:
parent
9f3eac7f26
commit
45125c16cf
6 changed files with 31 additions and 28 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue