mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12: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