mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
profile_manager: Create save data if it doesn't exist on use
This commit is contained in:
parent
da04134ce6
commit
1977ed3d9f
4 changed files with 43 additions and 19 deletions
|
@ -10,11 +10,11 @@
|
|||
#include <QWidget>
|
||||
#include "core/hle/service/acc/profile_manager.h"
|
||||
|
||||
class QVBoxLayout;
|
||||
class QTreeView;
|
||||
class QStandardItemModel;
|
||||
class QGraphicsScene;
|
||||
class QStandardItem;
|
||||
class QStandardItemModel;
|
||||
class QTreeView;
|
||||
class QVBoxLayout;
|
||||
|
||||
namespace Ui {
|
||||
class ConfigureSystem;
|
||||
|
@ -45,7 +45,7 @@ public slots:
|
|||
|
||||
private:
|
||||
void ReadSystemSettings();
|
||||
std::string GetAccountUsername(Service::Account::UUID uuid);
|
||||
std::string GetAccountUsername(Service::Account::UUID uuid) const;
|
||||
|
||||
QVBoxLayout* layout;
|
||||
QTreeView* tree_view;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue