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

@ -131,9 +131,6 @@ void MenuBar::OnEmulationStateChanged(Core::State state)
m_recording_play->setEnabled(m_game_selected && !running);
m_recording_start->setEnabled((m_game_selected || running) && !Movie::IsPlayingInput());
// Options
m_controllers_action->setEnabled(NetPlay::IsNetPlayRunning() ? !running : true);
// JIT
m_jit_interpreter_core->setEnabled(running);
m_jit_block_linking->setEnabled(!running);