|
|
@ -2661,6 +2661,9 @@ void GMainWindow::OnMenuInstallToNAND() { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Save folder location of the first selected file
|
|
|
|
|
|
UISettings::values.roms_path = QFileInfo(filenames[0]).path(); |
|
|
|
|
|
|
|
|
int remaining = filenames.size(); |
|
|
int remaining = filenames.size(); |
|
|
|
|
|
|
|
|
// This would only overflow above 2^43 bytes (8.796 TB)
|
|
|
// This would only overflow above 2^43 bytes (8.796 TB)
|
|
|
|