mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 14:07:46 +00:00
yuzu/configuration: Make function naming consistent
This commit is contained in:
parent
436a453514
commit
5bcab18c77
33 changed files with 234 additions and 213 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue