mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add an option to kick players from netplay.
This commit is contained in:
parent
3b23f4bbd6
commit
dbcd40111f
4 changed files with 44 additions and 0 deletions
|
@ -90,6 +90,8 @@ private:
|
|||
void OnChangeGame(wxCommandEvent& event);
|
||||
void OnAdjustBuffer(wxCommandEvent& event);
|
||||
void OnConfigPads(wxCommandEvent& event);
|
||||
void OnKick(wxCommandEvent& event);
|
||||
void OnPlayerSelect(wxCommandEvent& event);
|
||||
void GetNetSettings(NetSettings &settings);
|
||||
std::string FindGame();
|
||||
|
||||
|
@ -102,6 +104,7 @@ private:
|
|||
std::string m_selected_game;
|
||||
wxButton* m_game_btn;
|
||||
wxButton* m_start_btn;
|
||||
wxButton* m_kick_btn;
|
||||
|
||||
std::vector<int> m_playerids;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue