mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Frame: OnClose now handles asynchronous behaviour of DoStop().
This commit is contained in:
parent
3266394dfb
commit
b30d5dccbe
3 changed files with 21 additions and 10 deletions
|
@ -186,6 +186,7 @@ private:
|
|||
bool m_bTabSplit;
|
||||
bool m_bNoDocking;
|
||||
bool m_bGameLoading;
|
||||
bool m_bClosing;
|
||||
|
||||
std::vector<std::string> drives;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue