citra_qt: Remove return

This commit is contained in:
Valentin Vanelslande 2018-06-30 21:50:30 -05:00 committed by GitHub
parent 4564fc5baa
commit 77b338e928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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