profile_manager: Create save data if it doesn't exist on use

This commit is contained in:
Zach Hilman
2018-10-14 14:49:32 -04:00
parent 45f2a2fe29
commit bfad41b0c1
4 changed files with 43 additions and 19 deletions

View File

@ -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;