mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix logic
This commit is contained in:
parent
ee5912bc5c
commit
b08cef4353
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ int PSPMsgDialog::Update(int animSpeed)
|
|||
int PSPMsgDialog::Abort()
|
||||
{
|
||||
//Fix Katekyoushi Hitman Reborn! Battle Arena
|
||||
if (status == SCE_UTILITY_STATUS_NONE)
|
||||
if (status != SCE_UTILITY_STATUS_RUNNING)
|
||||
return SCE_ERROR_UTILITY_INVALID_STATUS;
|
||||
else {
|
||||
status = SCE_UTILITY_STATUS_FINISHED;
|
||||
|
|
Loading…
Add table
Reference in a new issue