misc: chore: Use collection expressions in Horizon project
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Ryujinx.Horizon.Sdk.Friends.Detail.Ipc
|
||||
_notificationEventHandler = notificationEventHandler;
|
||||
_userId = userId;
|
||||
_permissionLevel = permissionLevel;
|
||||
_notifications = new LinkedList<SizedNotificationInfo>();
|
||||
_notifications = [];
|
||||
Os.CreateSystemEvent(out _notificationEvent, EventClearMode.AutoClear, interProcess: true).AbortOnFailure();
|
||||
|
||||
_hasNewFriendRequest = false;
|
||||
|
||||
Reference in New Issue
Block a user