mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-09 17:00:52 -04:00
NetPlay: Allow hosts to stop the game by closing the game window
This commit is contained in:
@@ -1049,6 +1049,7 @@ void CFrame::DoStop()
|
||||
DoRecordingSave();
|
||||
if(Movie::IsPlayingInput() || Movie::IsRecordingInput())
|
||||
Movie::EndPlayInput(false);
|
||||
NetPlay::StopGame();
|
||||
|
||||
wxBeginBusyCursor();
|
||||
BootManager::Stop();
|
||||
|
||||
Reference in New Issue
Block a user