mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/MappingWindow: Add support for built-in profiles
This commit is contained in:
@ -71,10 +71,14 @@ private:
|
||||
|
||||
void RefreshDevices();
|
||||
|
||||
void OnSelectProfile(int index);
|
||||
void OnProfileTextChanged(const QString& text);
|
||||
void OnDeleteProfilePressed();
|
||||
void OnLoadProfilePressed();
|
||||
void OnSaveProfilePressed();
|
||||
void UpdateProfileIndex();
|
||||
void UpdateProfileButtonState();
|
||||
void PopulateProfileSelection();
|
||||
|
||||
void OnDefaultFieldsPressed();
|
||||
void OnClearFieldsPressed();
|
||||
|
Reference in New Issue
Block a user