[XAM] Implementation of: Profile Manager & Profiles Support

Thanks Emoose for Account Encrypt/Decrypt code!
This commit is contained in:
Gliniak
2024-09-28 10:42:32 +02:00
committed by Radosław Gliński
parent 9ba0f18c82
commit 9bdd07590c
28 changed files with 1775 additions and 298 deletions

View File

@@ -159,7 +159,7 @@ dword_result_t XamContentCreateDeviceEnumerator_entry(dword_t content_type,
auto e = make_object<XStaticEnumerator<X_CONTENT_DEVICE_DATA>>(kernel_state(),
max_count);
auto result = e->Initialize(0xFE, 0xFE, 0x2000A, 0x20009, 0);
auto result = e->Initialize(XUserIndexNone, 0xFE, 0x2000A, 0x20009, 0);
if (XFAILED(result)) {
return result;
}