mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Emu: msg_dialog_frame fixup: don't reject on Close to prevent Emu.Stop()
This commit is contained in:
parent
b639584acc
commit
c1e245ae73
4 changed files with 8 additions and 7 deletions
|
|
@ -424,7 +424,7 @@ void Emulator::Init()
|
|||
|
||||
Emu.CallAfter([=]
|
||||
{
|
||||
dlg->Close();
|
||||
dlg->Close(true);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue