Print correct name when loading an exefs

This commit is contained in:
Alex Barney 2019-05-14 22:05:29 -05:00
commit f36ebbdd48

View file

@ -478,7 +478,7 @@ namespace Ryujinx.HLE.HOS
continue; continue;
} }
Logger.PrintInfo(LogClass.Loader, $"Loading {filename}..."); Logger.PrintInfo(LogClass.Loader, $"Loading {file.Name}...");
NxStaticObject staticObject = new NxStaticObject(codeFs.OpenFile(file.FullPath, OpenMode.Read).AsStream()); NxStaticObject staticObject = new NxStaticObject(codeFs.OpenFile(file.FullPath, OpenMode.Read).AsStream());