mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 14:00:58 +02:00
Don't tell the server to stop if we already stopped.
This commit is contained in:
@@ -566,6 +566,8 @@ bool NetPlayClient::StopGame()
|
|||||||
|
|
||||||
void NetPlayClient::Stop()
|
void NetPlayClient::Stop()
|
||||||
{
|
{
|
||||||
|
if (m_is_running == false)
|
||||||
|
return;
|
||||||
bool isPadMapped = false;
|
bool isPadMapped = false;
|
||||||
for (unsigned int i = 0; i < 4; ++i)
|
for (unsigned int i = 0; i < 4; ++i)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user