mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
DolphinWX: pass wxMsgAlert to main thread on non-GTK too
Fixes an issue on macOS where wxMessageBox always returns wxCANCEL when not called from main thread.
This commit is contained in:
parent
389f8297c3
commit
443815df16
3 changed files with 2 additions and 7 deletions
|
@ -116,9 +116,10 @@ public:
|
|||
const CGameListCtrl* GetGameListCtrl() const;
|
||||
wxMenuBar* GetMenuBar() const override;
|
||||
|
||||
#ifdef __WXGTK__
|
||||
Common::Event panic_event;
|
||||
bool bPanicResult;
|
||||
|
||||
#ifdef __WXGTK__
|
||||
std::recursive_mutex keystate_lock;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue