mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-12 05:05:26 +02:00
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