Merge pull request #3905 from valentinvanelslande/remove-return
citra_qt: Remove return
This commit is contained in:
commit
6a08167505
|
@ -943,7 +943,6 @@ void GMainWindow::OnMenuInstallCIA() {
|
|||
emit CIAInstallReport(status, current_path);
|
||||
}
|
||||
emit CIAInstallFinished();
|
||||
return;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue