mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 13:45:51 +00:00
another compile atempt
This commit is contained in:
parent
b6e2e2bd3d
commit
9915c3102e
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ void NetPlayDialog::OnMsgStopGame(const std::string& player)
|
||||||
{
|
{
|
||||||
g_netplay_chat_ui.reset();
|
g_netplay_chat_ui.reset();
|
||||||
g_netplay_golf_ui.reset();
|
g_netplay_golf_ui.reset();
|
||||||
QueueOnObject(this, [this] { UpdateDiscordPresence(); });
|
QueueOnObject(this, [this] { this->UpdateDiscordPresence(); });
|
||||||
DisplayMessage(tr("%1 has stopped emulation").arg(QString::fromStdString(player)), "red");
|
DisplayMessage(tr("%1 has stopped emulation").arg(QString::fromStdString(player)), "red");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue