Netplay: TestNetplaySession should just shutdown

This commit is contained in:
Jamie Meyer 2023-05-11 02:19:34 +02:00
parent 8c87592f77
commit 9b81f6a5d4
No known key found for this signature in database
GPG Key ID: BF30D71B2F1305C7
1 changed files with 5 additions and 5 deletions

View File

@ -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
Log_ErrorPrint("Failed to Create Netplay Session!");
CloseSession();
System::ShutdownSystem(false);
}
}