mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
should fix building
This commit is contained in:
parent
feb1374b79
commit
6cfe4086ea
2 changed files with 2 additions and 2 deletions
|
@ -979,7 +979,7 @@ void NetPlayClient::OnStopGame(sf::Packet& packet)
|
|||
|
||||
INFO_LOG_FMT(NETPLAY, "Game stopped");
|
||||
StopGame();
|
||||
m_dialog->OnMsgStopGame(player.name);
|
||||
m_dialog->OnMsgStopGame();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -2123,7 +2123,7 @@ bool NetPlayServer::SyncCodes()
|
|||
{
|
||||
// Create a Gecko Code Vector with just the active codes
|
||||
std::vector<Gecko::GeckoCode> s_active_codes =
|
||||
Gecko::SetAndReturnActiveCodes(Gecko::LoadCodes(globalIni, localIni, game_id));
|
||||
Gecko::SetAndReturnActiveCodes(Gecko::LoadCodes(globalIni, localIni));
|
||||
|
||||
// Determine Codelist Size
|
||||
u16 codelines = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue