mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	tidy loop
This commit is contained in:
		
							parent
							
								
									f0f9f34445
								
							
						
					
					
						commit
						165d3e1ab2
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -809,8 +809,7 @@ void GMainWindow::OnMenuInstallCIA() { | |||
|         const auto cia_progress = [&](size_t written, size_t total) { | ||||
|             emit UpdateProgress(written, total); | ||||
|         }; | ||||
|         for (int current_index = 0; current_index < filepaths.size(); current_index++) { | ||||
|             current_path = filepaths.at(current_index); | ||||
|         for (const auto current_path : filepaths) { | ||||
|             status = Service::AM::InstallCIA(current_path.toStdString(), cia_progress); | ||||
|             emit CIAInstallReport(status, current_path); | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue