diff --git a/Core/Dialog/PSPMsgDialog.cpp b/Core/Dialog/PSPMsgDialog.cpp index 74c836dac9..8b921ee929 100755 --- a/Core/Dialog/PSPMsgDialog.cpp +++ b/Core/Dialog/PSPMsgDialog.cpp @@ -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; }