mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-11 09:01:08 +00:00
misc: chore: Use collection expressions in HLE project
This commit is contained in:
@@ -439,7 +439,7 @@ namespace Ryujinx.HLE.FileSystem
|
||||
|
||||
U8Span mountName = "system".ToU8Span();
|
||||
DirectoryHandle handle = default;
|
||||
List<ulong> localList = new();
|
||||
List<ulong> localList = [];
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user