mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 09:51:58 +00:00
host
This commit is contained in:
parent
8acbe8bc84
commit
9e167bf163
3 changed files with 3 additions and 3 deletions
|
@ -904,6 +904,7 @@ void NetPlayDialog::OnMsgStopGame()
|
|||
g_netplay_chat_ui.reset();
|
||||
g_netplay_golf_ui.reset();
|
||||
QueueOnObject(this, [this] { UpdateDiscordPresence(); });
|
||||
DisplayMessage(tr("%1 has stopped emulation").arg(QString::fromStdString(player)), "red");
|
||||
}
|
||||
|
||||
void NetPlayDialog::OnMsgPowerButton()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue