mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
DolphinQt: Fix window focus from unpausing after a manual pause.
This commit is contained in:
parent
060d928d49
commit
4fc05dd025
2 changed files with 7 additions and 1 deletions
|
@ -51,4 +51,5 @@ private:
|
|||
bool m_lock_cursor_on_next_activation = false;
|
||||
bool m_dont_lock_cursor_on_show = false;
|
||||
bool m_waiting_for_message_box = false;
|
||||
bool m_should_unpause_on_focus = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue