Print correct name when loading an exefs
This commit is contained in:
parent
b518f6f7d0
commit
f36ebbdd48
1 changed files with 2 additions and 2 deletions
|
@ -327,7 +327,7 @@ namespace Ryujinx.HLE.HOS
|
||||||
}
|
}
|
||||||
|
|
||||||
Nca mainNca = null;
|
Nca mainNca = null;
|
||||||
Nca patchNca = null;
|
Nca patchNca = null;
|
||||||
Nca controlNca = null;
|
Nca controlNca = null;
|
||||||
|
|
||||||
foreach (DirectoryEntry fileEntry in nsp.EnumerateEntries("*.nca"))
|
foreach (DirectoryEntry fileEntry in nsp.EnumerateEntries("*.nca"))
|
||||||
|
@ -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());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue