mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
yuzu/configuration: Make function naming consistent
This commit is contained in:
parent
1eb979221f
commit
e1d755bdda
33 changed files with 234 additions and 213 deletions
|
@ -20,10 +20,11 @@ public:
|
|||
explicit ConfigureSystem(QWidget* parent = nullptr);
|
||||
~ConfigureSystem() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void setConfiguration();
|
||||
void ApplyConfiguration();
|
||||
|
||||
private:
|
||||
void SetConfiguration();
|
||||
|
||||
void ReadSystemSettings();
|
||||
|
||||
void RefreshConsoleID();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue