mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 09:27:58 -05:00
yuzu/configuration: Make function naming consistent
This commit is contained in:
@ -20,10 +20,10 @@ public:
|
||||
explicit ConfigureDialog(QWidget* parent, HotkeyRegistry& registry);
|
||||
~ConfigureDialog() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void ApplyConfiguration();
|
||||
|
||||
private:
|
||||
void setConfiguration();
|
||||
void SetConfiguration();
|
||||
void UpdateVisibleTabs();
|
||||
void PopulateSelectionList();
|
||||
|
||||
|
Reference in New Issue
Block a user