mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-01 23:07:55 -05:00
Whole config is handled by Config class.
This also means : we have only one config file, now
This commit is contained in:
@ -31,8 +31,8 @@ public:
|
||||
|
||||
void PopulateAsync(const QString& dir_path, bool deep_scan);
|
||||
|
||||
void SaveInterfaceLayout(QSettings& settings);
|
||||
void LoadInterfaceLayout(QSettings& settings);
|
||||
void SaveInterfaceLayout();
|
||||
void LoadInterfaceLayout();
|
||||
|
||||
public slots:
|
||||
void AddEntry(QList<QStandardItem*> entry_items);
|
||||
|
Reference in New Issue
Block a user