mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: use Settings::EmulationStateChanged
This commit is contained in:
@ -188,8 +188,8 @@ void NetPlayDialog::ConnectWidgets()
|
||||
}
|
||||
});
|
||||
|
||||
connect(this, &NetPlayDialog::EmulationStopped, this, [this] {
|
||||
if (isVisible())
|
||||
connect(&Settings::Instance(), &Settings::EmulationStateChanged, this, [=](Core::State state) {
|
||||
if (state == Core::State::Uninitialized && isVisible())
|
||||
GameStatusChanged(false);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user