mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user