Qt: Allow opening controller settings during netplay.

This commit is contained in:
Admiral H. Curtiss
2022-09-20 14:30:33 +02:00
parent bc47a9a31a
commit 52424fe327
3 changed files with 0 additions and 7 deletions

View File

@ -360,8 +360,6 @@ void MainWindow::InitCoreCallbacks()
connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, [this](Core::State state) {
if (state == Core::State::Uninitialized)
OnStopComplete();
if (state != Core::State::Uninitialized && NetPlay::IsNetPlayRunning() && m_controllers_window)
m_controllers_window->reject();
if (state == Core::State::Running && m_fullscreen_requested)
{