mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Fix DS_ERROR , allow Ys vs Sora ingame
This commit is contained in:
parent
88cdbb9cc6
commit
4673fa30c7
@ -166,7 +166,7 @@ int PSPMsgDialog::Update()
|
||||
if (IsButtonPressed(cancelButtonFlag))
|
||||
{
|
||||
status = SCE_UTILITY_STATUS_FINISHED;
|
||||
messageDialog.buttonPressed = 0;
|
||||
messageDialog.buttonPressed = 3;
|
||||
}
|
||||
EndDraw();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user