mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Don't tell the server to stop if we already stopped.
This commit is contained in:
parent
410197a3bd
commit
7d09e72ac8
@ -566,6 +566,8 @@ bool NetPlayClient::StopGame()
|
||||
|
||||
void NetPlayClient::Stop()
|
||||
{
|
||||
if (m_is_running == false)
|
||||
return;
|
||||
bool isPadMapped = false;
|
||||
for (unsigned int i = 0; i < 4; ++i)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user