mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, only reset MsgDialog result on success.
This commit is contained in:
parent
a915472eb5
commit
fa1c5e0f87
1 changed files with 1 additions and 1 deletions
|
@ -276,9 +276,9 @@ int PSPMsgDialog::Update(int animSpeed)
|
|||
EndDraw();
|
||||
|
||||
lastButtons = buttons;
|
||||
messageDialog.result = 0;
|
||||
}
|
||||
|
||||
messageDialog.result = 0;
|
||||
Memory::Memcpy(messageDialogAddr, &messageDialog ,messageDialog.common.size);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue