mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
NetPlayClient: Treat power button event as a netplay stop.
This commit is contained in:
parent
35f6d12acc
commit
bf331ffa45
1 changed files with 1 additions and 0 deletions
|
@ -910,6 +910,7 @@ void NetPlayClient::OnStopGame(sf::Packet& packet)
|
||||||
|
|
||||||
void NetPlayClient::OnPowerButton()
|
void NetPlayClient::OnPowerButton()
|
||||||
{
|
{
|
||||||
|
InvokeStop();
|
||||||
m_dialog->OnMsgPowerButton();
|
m_dialog->OnMsgPowerButton();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue