mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Disable controller configuration while NetPlay is running
Doing pretty much anything in the controller config breaks NetPlay (desync and/or deadlock), as saving the settings reconfigures controller interfaces, which NetPlay doesn't expect.
This commit is contained in:
@ -215,6 +215,7 @@ private:
|
||||
QAction* m_boot_to_pause;
|
||||
QAction* m_automatic_start;
|
||||
QAction* m_change_font;
|
||||
QAction* m_controllers_action;
|
||||
|
||||
// View
|
||||
QAction* m_show_code;
|
||||
|
Reference in New Issue
Block a user