mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 02:55:45 +00:00
profile_manager: Create save data if it doesn't exist on use
This commit is contained in:
parent
45f2a2fe29
commit
bfad41b0c1
4 changed files with 43 additions and 19 deletions
|
@ -163,7 +163,7 @@ void ConfigureSystem::UpdateCurrentUser() {
|
|||
|
||||
void ConfigureSystem::ReadSystemSettings() {}
|
||||
|
||||
std::string ConfigureSystem::GetAccountUsername(Service::Account::UUID uuid) {
|
||||
std::string ConfigureSystem::GetAccountUsername(Service::Account::UUID uuid) const {
|
||||
Service::Account::ProfileBase profile;
|
||||
if (!profile_manager->GetProfileBase(uuid, profile))
|
||||
return "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue