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:
Techjar
2018-11-23 05:02:00 -05:00
parent 1805f51d79
commit 577f6a5fb1
4 changed files with 11 additions and 1 deletions

View File

@ -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;