mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #4980 from FunctionalDragon/patch-2
send stop message before saving recording
This commit is contained in:
commit
7565d97733
1 changed files with 3 additions and 3 deletions
|
@ -881,15 +881,15 @@ void CFrame::DoStop()
|
|||
Core::SetState(state);
|
||||
}
|
||||
|
||||
if (NetPlayDialog::GetNetPlayClient())
|
||||
NetPlayDialog::GetNetPlayClient()->Stop();
|
||||
|
||||
// TODO: Show the author/description dialog here
|
||||
if (Movie::IsRecordingInput())
|
||||
DoRecordingSave();
|
||||
if (Movie::IsMovieActive())
|
||||
Movie::EndPlayInput(false);
|
||||
|
||||
if (NetPlayDialog::GetNetPlayClient())
|
||||
NetPlayDialog::GetNetPlayClient()->Stop();
|
||||
|
||||
if (!m_tried_graceful_shutdown && UICommon::TriggerSTMPowerEvent())
|
||||
{
|
||||
m_tried_graceful_shutdown = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue