mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Fully remove wii remote netplay UI code and remove reference to WiimoteReal in NetPlayClient.cpp
This commit is contained in:
parent
8e1aff34df
commit
1b65adcd56
4 changed files with 6 additions and 41 deletions
|
@ -20,13 +20,11 @@ public:
|
|||
PadMapDialog(wxWindow* parent, NetPlayServer* server, NetPlayClient* client);
|
||||
|
||||
PadMappingArray GetModifiedPadMappings() const;
|
||||
PadMappingArray GetModifiedWiimoteMappings() const;
|
||||
|
||||
private:
|
||||
void OnAdjust(wxCommandEvent& event);
|
||||
|
||||
wxChoice* m_map_cbox[8];
|
||||
wxChoice* m_map_cbox[4];
|
||||
PadMappingArray m_pad_mapping;
|
||||
PadMappingArray m_wii_mapping;
|
||||
std::vector<const Player*> m_player_list;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue