Merge pull request #11604 from t895/only-install-nsp
Frontend: Remove ability to install xci files
This commit is contained in:
commit
4487c165c8
3 changed files with 5 additions and 12 deletions
|
@ -141,10 +141,6 @@ public:
|
|||
if (nsp->IsExtractedType()) {
|
||||
return InstallError;
|
||||
}
|
||||
} else if (file_extension == "xci") {
|
||||
jconst xci =
|
||||
std::make_shared<FileSys::XCI>(m_vfs->OpenFile(filename, FileSys::Mode::Read));
|
||||
nsp = xci->GetSecurePartitionNSP();
|
||||
} else {
|
||||
return ErrorFilenameExtension;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue