Add in NCCH, TMD and SMDH from Citra (to get game title)

This commit is contained in:
zhupengfei
2019-09-27 22:11:27 +08:00
parent d55af0108e
commit 895cbb272c
15 changed files with 1328 additions and 6 deletions
+1
View File
@@ -870,6 +870,7 @@ u64 IOFile::Tell() const {
if (IsOpen())
return ftello(m_file);
LOG_ERROR(Core, "File is not open");
return -1;
}