mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-01 21:22:23 -05: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