[XAM] Multiple Profile/Dashboard related changes.

- Replaced multiple unknown parameters with proper named ones
- Added code to support creation of profile from dashboard initial run
- Added flag to remove ODD from being enumerated in devices (probably valid but not sure)
This commit is contained in:
Gliniak
2025-05-06 23:10:18 +02:00
parent d18f80457d
commit dd112ed462
10 changed files with 98 additions and 15 deletions

View File

@@ -89,7 +89,13 @@ enum XContentFlag : uint32_t {
kForceUI = 0x200,
// Enumeration
kExcludeCommon = 0x1000
kExcludeCommon = 0x1000,
// Other
kEnumerateAllProfiles = 0x10000000,
// Device enumerator?
kExcludeReadOnlyDevices = 0x80000000,
};
/* STFS structures */