mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Core: Kill off an unused parameter for NetPlayServer::StartGame
This commit is contained in:
@ -468,7 +468,7 @@ void NetPlayDiag::OnStart(wxCommandEvent&)
|
||||
NetSettings settings;
|
||||
GetNetSettings(settings);
|
||||
netplay_server->SetNetSettings(settings);
|
||||
netplay_server->StartGame(FindGame());
|
||||
netplay_server->StartGame();
|
||||
}
|
||||
|
||||
void NetPlayDiag::BootGame(const std::string& filename)
|
||||
|
Reference in New Issue
Block a user