mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Qt: Allow opening controller settings during netplay.
This commit is contained in:
parent
bc47a9a31a
commit
52424fe327
3 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue