Skip to content

Commit

Permalink
Qt/MainWindow: Instantly stop when requested by NetPlay
Browse files Browse the repository at this point in the history
  • Loading branch information
spycrab committed Jul 3, 2018
1 parent d8212fd commit bbbd886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt2/MainWindow.cpp
Expand Up @@ -1041,7 +1041,7 @@ void MainWindow::NetPlayInit()

connect(m_netplay_dialog, &NetPlayDialog::Boot, this,
[this](const QString& path) { StartGame(path); });
connect(m_netplay_dialog, &NetPlayDialog::Stop, this, &MainWindow::RequestStop);
connect(m_netplay_dialog, &NetPlayDialog::Stop, this, &MainWindow::ForceStop);
connect(m_netplay_dialog, &NetPlayDialog::rejected, this, &MainWindow::NetPlayQuit);
connect(m_netplay_setup_dialog, &NetPlaySetupDialog::Join, this, &MainWindow::NetPlayJoin);
connect(m_netplay_setup_dialog, &NetPlaySetupDialog::Host, this, &MainWindow::NetPlayHost);
Expand Down

0 comments on commit bbbd886

Please sign in to comment.