mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
Crashfix in InstallZipScreen
This commit is contained in:
@@ -218,7 +218,9 @@ UI::EventReturn InstallZipScreen::OnInstall(UI::EventParams ¶ms) {
|
||||
}
|
||||
if (g_GameManager.InstallZipOnThread(task)) {
|
||||
installStarted_ = true;
|
||||
playChoice_->SetEnabled(false); // need to exit this screen to played the installed one. We could make this smarter.
|
||||
if (playChoice_) {
|
||||
playChoice_->SetEnabled(false); // need to exit this screen to played the installed one. We could make this smarter.
|
||||
}
|
||||
if (installChoice_) {
|
||||
installChoice_->SetEnabled(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user