Skip to content

Commit

Permalink
THe proposed Hive Sweeper fix in #11025 looks right, let's just commi…
Browse files Browse the repository at this point in the history
…t it.

Probably helps #11025.
  • Loading branch information
hrydgard committed Mar 9, 2020
1 parent 62420e3 commit e97e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Dialog/PSPMsgDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int PSPMsgDialog::Init(unsigned int paramAddr) {
// Ignore if already running
if (GetStatus() != SCE_UTILITY_STATUS_NONE) {
ERROR_LOG_REPORT(SCEUTILITY, "sceUtilityMsgDialogInitStart: invalid status");
return 0;
return SCE_ERROR_UTILITY_INVALID_STATUS;
}

messageDialogAddr = paramAddr;
Expand Down

0 comments on commit e97e3c4

Please sign in to comment.