mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06: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