mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 18:17:57 -05:00
yuzu/configuration: Make function naming consistent
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user