mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-06 19:01:36 +03:00
Core: Kill off an unused parameter for NetPlayServer::StartGame
This commit is contained in:
parent
46ce810b45
commit
44a157fc09
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue