mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 03:56:02 +00:00
On windows, ignore WM_QUERYENDSESSION and close upon WM_ENDSESSION.
The messages can come through CFrame::MSWWindowProc and the wxApp implementation, so make sure to catch both. Fixes issue 6546.
This commit is contained in:
parent
2d492bdc4f
commit
484130049d
3 changed files with 27 additions and 0 deletions
|
@ -33,6 +33,7 @@ private:
|
|||
wxLocale *m_locale;
|
||||
|
||||
void AfterInit(wxTimerEvent& WXUNUSED(event));
|
||||
void OnEndSession(wxCloseEvent& event);
|
||||
};
|
||||
|
||||
DECLARE_APP(DolphinApp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue