mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Allow opening controller settings during netplay.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user