mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 20:15:40 +01:00
android: Remove ability to install xci files
This commit is contained in:
parent
75180bdc9d
commit
a29e26200f
@ -139,10 +139,6 @@ public:
|
|||||||
if (nsp->IsExtractedType()) {
|
if (nsp->IsExtractedType()) {
|
||||||
return InstallError;
|
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 {
|
} else {
|
||||||
return ErrorFilenameExtension;
|
return ErrorFilenameExtension;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user