mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
NetPlay: Make sure the server knows it's stopped when it's stopped
This is embarassing.
This commit is contained in:
parent
7622d5b354
commit
1826fce946
1 changed files with 2 additions and 0 deletions
|
@ -581,6 +581,8 @@ bool NetPlayServer::StopGame()
|
||||||
std::lock_guard<std::recursive_mutex> lks(m_crit.send);
|
std::lock_guard<std::recursive_mutex> lks(m_crit.send);
|
||||||
SendToClients(spac);
|
SendToClients(spac);
|
||||||
|
|
||||||
|
m_is_running = false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue