mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-18 20:18:00 -05:00
yuzu/configuration: Make function naming consistent
This commit is contained in:
@@ -27,11 +27,11 @@ public:
|
||||
~ConfigureInputSimple() override;
|
||||
|
||||
/// Save all button configurations to settings file
|
||||
void applyConfiguration();
|
||||
void ApplyConfiguration();
|
||||
|
||||
private:
|
||||
/// Load configuration settings.
|
||||
void loadConfiguration();
|
||||
void LoadConfiguration();
|
||||
|
||||
void OnSelectProfile(int index);
|
||||
void OnConfigure();
|
||||
|
Reference in New Issue
Block a user