android: Remove ability to install xci files

This commit is contained in:
Charles Lombardo 2023-09-26 01:20:17 -04:00
parent 75180bdc9d
commit a29e26200f

View file

@ -139,10 +139,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;
}