Netplay: TestNetplaySession should just shutdown
This commit is contained in:
parent
8c87592f77
commit
9b81f6a5d4
|
@ -1662,7 +1662,7 @@ void Netplay::TestNetplaySession(s32 local_handle, u16 local_port, const std::st
|
||||||
{
|
{
|
||||||
// this'll call back to us to shut everything netplay-related down
|
// this'll call back to us to shut everything netplay-related down
|
||||||
Log_ErrorPrint("Failed to Create Netplay Session!");
|
Log_ErrorPrint("Failed to Create Netplay Session!");
|
||||||
CloseSession();
|
System::ShutdownSystem(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue