mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-23 05:35:47 +00:00
misc: chore: Use collection expressions in HLE project
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Ryujinx.HLE.HOS.Services.Ns.Aoc
|
||||
|
||||
private ulong _addOnContentBaseId;
|
||||
|
||||
private readonly List<ulong> _mountedAocTitleIds = new();
|
||||
private readonly List<ulong> _mountedAocTitleIds = [];
|
||||
|
||||
public IAddOnContentManager(ServiceCtx context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user