revert the line removing change
This commit is contained in:
parent
9b0187a9bd
commit
eee950d6dd
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ namespace Ryujinx.HLE.FileSystem.Content
|
|||
if (Directory.GetFiles(directoryPath).Length > 0)
|
||||
{
|
||||
string ncaName = new DirectoryInfo(directoryPath).Name.Replace(".nca", string.Empty);
|
||||
|
||||
using (FileStream ncaFile = new FileStream(Directory.GetFiles(directoryPath)[0], FileMode.Open, FileAccess.Read))
|
||||
{
|
||||
Nca nca = new Nca(_device.System.KeySet, ncaFile.AsStorage());
|
||||
|
|
Loading…
Add table
Reference in a new issue