mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 07:19:44 +00:00
Make "Do you want to stop emulation?" application modal and disallow multiple instances at once
Fixes numerous issues with this dialog spawning multiple times and putting Dolphin in a weird state.
This commit is contained in:
parent
af92a88aa0
commit
85c2841643
2 changed files with 9 additions and 1 deletions
|
@ -198,6 +198,7 @@ private:
|
|||
GameList* m_game_list;
|
||||
RenderWidget* m_render_widget = nullptr;
|
||||
bool m_rendering_to_main;
|
||||
bool m_stop_confirm_showing = false;
|
||||
bool m_stop_requested = false;
|
||||
bool m_exit_requested = false;
|
||||
bool m_fullscreen_requested = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue