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
0498b9d4a5
commit
ffc66b7859
1 changed files with 0 additions and 11 deletions
|
@ -534,19 +534,8 @@ void PSPSaveDialog::DisplayMessage(std::string text, bool hasYesNo)
|
|||
|
||||
int PSPSaveDialog::Update(int animSpeed)
|
||||
{
|
||||
switch (status) {
|
||||
case SCE_UTILITY_STATUS_FINISHED:
|
||||
status = SCE_UTILITY_STATUS_SHUTDOWN;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (status != SCE_UTILITY_STATUS_RUNNING)
|
||||
{
|
||||
status = SCE_UTILITY_STATUS_FINISHED;
|
||||
return SCE_ERROR_UTILITY_INVALID_STATUS;
|
||||
}
|
||||
|
||||
if (!param.GetPspParam()) {
|
||||
status = SCE_UTILITY_STATUS_SHUTDOWN;
|
||||
|
|
Loading…
Add table
Reference in a new issue