Dialog: Manage status only through accessors.
This commit is contained in:
parent
6db0f5106c
commit
8bd32b6009
8 changed files with 46 additions and 38 deletions
|
@ -1013,7 +1013,7 @@ int PSPSaveDialog::Update(int animSpeed)
|
|||
break;
|
||||
}
|
||||
|
||||
if (status == SCE_UTILITY_STATUS_FINISHED || pendingStatus == SCE_UTILITY_STATUS_FINISHED)
|
||||
if (ReadStatus() == SCE_UTILITY_STATUS_FINISHED || pendingStatus == SCE_UTILITY_STATUS_FINISHED)
|
||||
Memory::Memcpy(requestAddr, &request, request.common.size);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue