mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Fix window focus from unpausing after a manual pause.
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user