Merge pull request #3905 from valentinvanelslande/remove-return

citra_qt: Remove return
This commit is contained in:
James Rowe 2018-07-02 20:12:55 -06:00 committed by GitHub
commit 6a08167505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -943,7 +943,6 @@ void GMainWindow::OnMenuInstallCIA() {
emit CIAInstallReport(status, current_path);
}
emit CIAInstallFinished();
return;
});
}