NetPlay: Disable some UI elements when a game is running

because it makes dolphin crash, and it doesn’t make sense to change them
at runtime
This commit is contained in:
mathieui
2015-03-27 18:41:27 +01:00
parent a2c4abcae8
commit 666c06dce7
2 changed files with 17 additions and 5 deletions

View File

@ -114,6 +114,7 @@ private:
wxCheckBox* m_record_chkbox;
std::string m_selected_game;
wxButton* m_player_config_btn;
wxButton* m_game_btn;
wxButton* m_start_btn;
wxButton* m_kick_btn;