mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Merge pull request #4499 from ligfx/msgalertmainthread
DolphinWX: pass wxMsgAlert to main thread on non-GTK too
This commit is contained in:
commit
22546aef37
3 changed files with 2 additions and 7 deletions
|
@ -703,7 +703,6 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
|
|||
m_RenderParent->SetCursor(wxCURSOR_BLANK);
|
||||
break;
|
||||
|
||||
#ifdef __WXGTK__
|
||||
case IDM_PANIC:
|
||||
{
|
||||
wxString caption = event.GetString().BeforeFirst(':');
|
||||
|
@ -713,7 +712,6 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
|
|||
panic_event.Set();
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
||||
case WM_USER_STOP:
|
||||
DoStop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue