mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-16 05:51:41 +00:00
revert changes
This commit is contained in:
parent
8f681162d5
commit
83c63db3be
2 changed files with 3 additions and 4 deletions
|
@ -900,12 +900,11 @@ void NetPlayDialog::OnMsgStartGame()
|
|||
});
|
||||
}
|
||||
|
||||
void NetPlayDialog::OnMsgStopGame(const std::string& player)
|
||||
void NetPlayDialog::OnMsgStopGame()
|
||||
{
|
||||
g_netplay_chat_ui.reset();
|
||||
g_netplay_golf_ui.reset();
|
||||
QueueOnObject(this, [this] { this->UpdateDiscordPresence(); });
|
||||
DisplayMessage(tr("%1 has stopped emulation"g).arg(QString::fromStdString(player)), "red");
|
||||
QueueOnObject(this, [this] { UpdateDiscordPresence(); });
|
||||
}
|
||||
|
||||
void NetPlayDialog::OnMsgPowerButton()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue