This commit is contained in:
Alex Barney 2019-10-16 12:23:32 -05:00
commit 26fdbb8ed2
2 changed files with 3 additions and 2 deletions

View file

@ -119,6 +119,7 @@ namespace Ryujinx.UI
// Creates NACP class from the NACP file
controlFs.OpenFile(out IFile controlNacpFile, "/control.nacp", OpenMode.Read).ThrowIfFailure();
Nacp controlData = new Nacp(controlNacpFile.AsStream());
// Get the title name, title ID, developer name and version number from the NACP