mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
UDPServer: Add configuration UI.
Accessed through button "Alternate Input Sources" in the "Controller Settings" dialog.
This commit is contained in:
parent
8aec424191
commit
5ff79499a5
10 changed files with 248 additions and 22 deletions
|
@ -37,6 +37,7 @@ private:
|
|||
void OnWiimoteRefreshPressed();
|
||||
void OnGCPadConfigure();
|
||||
void OnWiimoteConfigure();
|
||||
void OnControllerInterfaceConfigure();
|
||||
|
||||
void CreateGamecubeLayout();
|
||||
void CreateWiimoteLayout();
|
||||
|
@ -75,6 +76,7 @@ private:
|
|||
|
||||
// Common
|
||||
QGroupBox* m_common_box;
|
||||
QHBoxLayout* m_common_layout;
|
||||
QVBoxLayout* m_common_layout;
|
||||
QCheckBox* m_common_bg_input;
|
||||
QPushButton* m_common_configure_controller_interface;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue