mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/GamecubeControllersWidget: Refresh GUI on settings change and refactor a bit.
This commit is contained in:
@ -23,8 +23,8 @@ private:
|
||||
void LoadSettings();
|
||||
void SaveSettings();
|
||||
|
||||
void OnGCTypeChanged(int state);
|
||||
void OnGCPadConfigure();
|
||||
void OnGCTypeChanged(size_t index);
|
||||
void OnGCPadConfigure(size_t index);
|
||||
|
||||
void CreateLayout();
|
||||
void ConnectWidgets();
|
||||
|
Reference in New Issue
Block a user