[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:
@@ -89,7 +89,13 @@ enum XContentFlag : uint32_t {
|
||||
kForceUI = 0x200,
|
||||
|
||||
// Enumeration
|
||||
kExcludeCommon = 0x1000
|
||||
kExcludeCommon = 0x1000,
|
||||
|
||||
// Other
|
||||
kEnumerateAllProfiles = 0x10000000,
|
||||
|
||||
// Device enumerator?
|
||||
kExcludeReadOnlyDevices = 0x80000000,
|
||||
};
|
||||
|
||||
/* STFS structures */
|
||||
|
||||
Reference in New Issue
Block a user