registration: Fix NSP installation errors
This commit is contained in:
		
							parent
							
								
									e4e55d064e
								
							
						
					
					
						commit
						8974771334
					
				@ -814,7 +814,7 @@ void GMainWindow::OnMenuInstallToNAND() {
 | 
			
		||||
        if (filename.endsWith("nsp", Qt::CaseInsensitive)) {
 | 
			
		||||
            nsp = std::make_shared<FileSys::NSP>(
 | 
			
		||||
                vfs->OpenFile(filename.toStdString(), FileSys::Mode::Read));
 | 
			
		||||
            if (!nsp->IsExtractedType())
 | 
			
		||||
            if (nsp->IsExtractedType())
 | 
			
		||||
                failed();
 | 
			
		||||
        } else {
 | 
			
		||||
            const auto xci = std::make_shared<FileSys::XCI>(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user