yuzu/configuration: Make function naming consistent
This commit is contained in:
parent
1eb979221f
commit
e1d755bdda
33 changed files with 234 additions and 213 deletions
|
@ -30,15 +30,15 @@ public:
|
|||
~ConfigureInput() override;
|
||||
|
||||
/// Save all button configurations to settings file
|
||||
void applyConfiguration();
|
||||
void ApplyConfiguration();
|
||||
|
||||
private:
|
||||
void updateUIEnabled();
|
||||
void UpdateUIEnabled();
|
||||
|
||||
/// Load configuration settings.
|
||||
void loadConfiguration();
|
||||
void LoadConfiguration();
|
||||
/// Restore all buttons to their default values.
|
||||
void restoreDefaults();
|
||||
void RestoreDefaults();
|
||||
|
||||
std::unique_ptr<Ui::ConfigureInput> ui;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue