mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[XAM] Fixed issue with profile creation introduced in previous version
This commit is contained in:
parent
8926bdcdd6
commit
6ae45effd0
|
|
@ -515,7 +515,7 @@ bool ProfileManager::CreateAccount(const uint64_t xuid,
|
|||
bool ProfileManager::UpdateAccount(const uint64_t xuid,
|
||||
X_XAMACCOUNTINFO* account) {
|
||||
const std::string guest_path =
|
||||
xe::string_util::to_hex_string(xuid) + ":\\Account";
|
||||
fmt::format(kDefaultMountFormat, xuid) + ":\\Account";
|
||||
|
||||
xe::vfs::File* output_file;
|
||||
xe::vfs::FileAction action = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue