mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Dialog: Update by button flag consistently.
Always check for the flag to change in Update().
This commit is contained in:
@@ -84,11 +84,13 @@ int PSPScreenshotDialog::Init(u32 paramAddr) {
|
||||
|
||||
mode = params_->mode;
|
||||
ChangeStatus(SCE_UTILITY_STATUS_INITIALIZE, 0);
|
||||
InitCommon();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int PSPScreenshotDialog::Update(int animSpeed) {
|
||||
UpdateCommon();
|
||||
if (UseAutoStatus()) {
|
||||
if (ReadStatus() == SCE_UTILITY_STATUS_INITIALIZE) {
|
||||
ChangeStatus(SCE_UTILITY_STATUS_RUNNING, 0);
|
||||
|
||||
Reference in New Issue
Block a user