[XAM] Added XamProfileOpen support and xam_profile.cc dedicated file for XamProfile exports

- Modified implementation of MountProfile to allow custom mount paths
This commit is contained in:
Gliniak
2025-01-08 22:11:10 +01:00
parent 7e51efeec5
commit 4620fa93d8
4 changed files with 38 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ class ProfileManager {
void ModifyGamertag(const uint64_t xuid, std::string gamertag);
bool MountProfile(const uint64_t xuid);
bool MountProfile(const uint64_t xuid, std::string mount_path = "");
bool DismountProfile(const uint64_t xuid);
void Login(const uint64_t xuid, const uint8_t user_index = XUserIndexAny,