mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-17 07:31:01 +00:00
THe proposed Hive Sweeper fix in #11025 looks right, let's just commit it.
Probably helps #11025.
This commit is contained in:
parent
62420e32c8
commit
e97e3c4218
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user