mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix resetting emulated wii remote settings to default not updating Extension combo box
This commit is contained in:
@ -22,8 +22,9 @@ private:
|
||||
void LoadSettings() override;
|
||||
void SaveSettings() override;
|
||||
void CreateMainLayout();
|
||||
void Connect();
|
||||
void Connect(MappingWindow* window);
|
||||
void OnAttachmentChanged(int index);
|
||||
void Update();
|
||||
|
||||
// Main
|
||||
QHBoxLayout* m_main_layout;
|
||||
|
Reference in New Issue
Block a user