diff options
| author | 2023-09-28 09:35:16 -0400 | |
|---|---|---|
| committer | 2023-09-28 09:35:16 -0400 | |
| commit | 4487c165c835803984871aa8d78605976a113c7e (patch) | |
| tree | a21b212a42f261e2a169a1678b3c14bbf52bff54 /src/android/app | |
| parent | Merge pull request #11556 from GPUCode/msaa-image-vk (diff) | |
| parent | Qt: Remove ability to install xci files (diff) | |
| download | yuzu-4487c165c835803984871aa8d78605976a113c7e.tar.gz yuzu-4487c165c835803984871aa8d78605976a113c7e.tar.xz yuzu-4487c165c835803984871aa8d78605976a113c7e.zip | |
Merge pull request #11604 from t895/only-install-nsp
Frontend: Remove ability to install xci files
Diffstat (limited to 'src/android/app')
| -rw-r--r-- | src/android/app/src/main/jni/native.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp index 9fa082dd5..9cf71680c 100644 --- a/src/android/app/src/main/jni/native.cpp +++ b/src/android/app/src/main/jni/native.cpp | |||
| @@ -141,10 +141,6 @@ public: | |||
| 141 | if (nsp->IsExtractedType()) { | 141 | if (nsp->IsExtractedType()) { |
| 142 | return InstallError; | 142 | return InstallError; |
| 143 | } | 143 | } |
| 144 | } else if (file_extension == "xci") { | ||
| 145 | jconst xci = | ||
| 146 | std::make_shared<FileSys::XCI>(m_vfs->OpenFile(filename, FileSys::Mode::Read)); | ||
| 147 | nsp = xci->GetSecurePartitionNSP(); | ||
| 148 | } else { | 144 | } else { |
| 149 | return ErrorFilenameExtension; | 145 | return ErrorFilenameExtension; |
| 150 | } | 146 | } |