[XAM] Fixed issue with profile creation introduced in previous version

This commit is contained in:
Gliniak 2025-03-16 20:05:12 +01:00
parent 8926bdcdd6
commit 6ae45effd0

View file

@ -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 = {};