android: Remove ability to install xci files
This commit is contained in:
parent
75180bdc9d
commit
a29e26200f
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue