Qt: Allow opening controller settings during netplay.

This commit is contained in:
Admiral H. Curtiss 2022-09-20 14:30:33 +02:00
commit 52424fe327
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
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)
{