mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 20:48:04 -05:00
yuzu/configuration: Make function naming consistent
This commit is contained in:
@ -30,11 +30,13 @@ public:
|
||||
~ConfigurePerGameGeneral() override;
|
||||
|
||||
/// Save all button configurations to settings file
|
||||
void applyConfiguration();
|
||||
void ApplyConfiguration();
|
||||
|
||||
void loadFromFile(FileSys::VirtualFile file);
|
||||
void LoadFromFile(FileSys::VirtualFile file);
|
||||
|
||||
private:
|
||||
void LoadConfiguration();
|
||||
|
||||
std::unique_ptr<Ui::ConfigurePerGameGeneral> ui;
|
||||
FileSys::VirtualFile file;
|
||||
u64 title_id;
|
||||
@ -45,6 +47,4 @@ private:
|
||||
QGraphicsScene* scene;
|
||||
|
||||
std::vector<QList<QStandardItem*>> list_items;
|
||||
|
||||
void loadConfiguration();
|
||||
};
|
||||
|
Reference in New Issue
Block a user