mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
NetPlay: Allow hosts to stop the game by closing the game window
This commit is contained in:
parent
92f8d79574
commit
5241deaebe
3 changed files with 15 additions and 1 deletions
|
@ -1049,6 +1049,7 @@ void CFrame::DoStop()
|
|||
DoRecordingSave();
|
||||
if(Movie::IsPlayingInput() || Movie::IsRecordingInput())
|
||||
Movie::EndPlayInput(false);
|
||||
NetPlay::StopGame();
|
||||
|
||||
wxBeginBusyCursor();
|
||||
BootManager::Stop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue