mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 03:08:00 +02:00
misc: chore: Use collection expressions (part 2)
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Ryujinx.Input.HLE
|
||||
_keyboardDriver = keyboardDriver;
|
||||
_gamepadDriver = gamepadDriver;
|
||||
_mouseDriver = mouseDriver;
|
||||
_inputConfig = new List<InputConfig>();
|
||||
_inputConfig = [];
|
||||
|
||||
_gamepadDriver.OnGamepadConnected += HandleOnGamepadConnected;
|
||||
_gamepadDriver.OnGamepadDisconnected += HandleOnGamepadDisconnected;
|
||||
|
||||
Reference in New Issue
Block a user