misc: chore: Fix object creation in HLE project
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Ryujinx.HLE.Loaders.Processes.Extensions
|
||||
|
||||
Logger.Info?.Print(LogClass.Loader, $"Loading {name}...");
|
||||
|
||||
using UniqueRef<IFile> nsoFile = new UniqueRef<IFile>();
|
||||
using UniqueRef<IFile> nsoFile = new();
|
||||
|
||||
exeFs.OpenFile(ref nsoFile.Ref, $"/{name}".ToU8Span(), OpenMode.Read).ThrowIfFailure();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user