mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-31 22:55:44 +00:00
Change behavior so emulation is paused when window focus is lost.
This commit is contained in:
parent
341e7e9d8f
commit
88fb8edf8e
3 changed files with 40 additions and 36 deletions
|
@ -334,6 +334,8 @@ private:
|
|||
|
||||
void OnMouse(wxMouseEvent& event); // Mouse
|
||||
|
||||
void OnFocusChange(wxFocusEvent& event);
|
||||
|
||||
void OnHostMessage(wxCommandEvent& event);
|
||||
|
||||
void OnMemcard(wxCommandEvent& event); // Misc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue