[XAM] Implemented XamProfileCreateEnumerator & XamProfileEnumerate

This commit is contained in:
Adrian
2024-11-20 18:38:17 +00:00
committed by Radosław Gliński
parent 3096bb87d4
commit feafc3809c
3 changed files with 63 additions and 1 deletions

View File

@@ -642,6 +642,13 @@ struct X_XAMACCOUNTINFO {
static_assert_size(X_XAMACCOUNTINFO, 0x17C);
#pragma pack(pop)
struct X_PROFILEENUMRESULT {
xe::be<uint64_t> xuid_offline; // E0.....
X_XAMACCOUNTINFO account;
xe::be<uint32_t> device_id;
};
static_assert_size(X_PROFILEENUMRESULT, 0x188);
} // namespace xe
// clang-format on