diff --git a/Core/Dialog/PSPMsgDialog.cpp b/Core/Dialog/PSPMsgDialog.cpp index d3f30494a5..74c836dac9 100755 --- a/Core/Dialog/PSPMsgDialog.cpp +++ b/Core/Dialog/PSPMsgDialog.cpp @@ -278,7 +278,8 @@ int PSPMsgDialog::Update(int animSpeed) lastButtons = buttons; } - Memory::Memcpy(messageDialogAddr,&messageDialog,messageDialog.common.size); + messageDialog.result = 0; + Memory::Memcpy(messageDialogAddr, &messageDialog ,messageDialog.common.size); return 0; }