misc: chore: Use collection expressions in Input projects
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Ryujinx.Input.SDL2
|
||||
public SDL2GamepadDriver()
|
||||
{
|
||||
_gamepadsInstanceIdsMapping = new Dictionary<int, string>();
|
||||
_gamepadsIds = new List<string>();
|
||||
_gamepadsIds = [];
|
||||
|
||||
SDL2Driver.Instance.Initialize();
|
||||
SDL2Driver.Instance.OnJoyStickConnected += HandleJoyStickConnected;
|
||||
|
||||
Reference in New Issue
Block a user