[Xam/UI] - Implement XamShowMarketplaceUIEx & XamShowForcedNameChangeUI
Xam version 4548 and up XamShowMarketplaceUI transfers its params to XamShowMarketplaceUIEx.
This commit is contained in:
committed by
Radosław Gliński
parent
263c722a40
commit
919f7403e2
@@ -540,6 +540,19 @@ const static std::map<XContentType, std::string> XContentTypeMap = {
|
||||
{XContentType::kCommunityGame, "Community Game"},
|
||||
};
|
||||
|
||||
enum X_MARKETPLACE_ENTRYPOINT : uint32_t {
|
||||
ContentList = 0,
|
||||
ContentItem = 1,
|
||||
MembershipList = 2,
|
||||
MembershipItem = 3,
|
||||
ContentList_Background = 4,
|
||||
ContentItem_Background = 5,
|
||||
ForcedNameChangeV1 = 6,
|
||||
ForcedNameChangeV2 = 8,
|
||||
ProfileNameChange = 9,
|
||||
ActiveDownloads = 12
|
||||
};
|
||||
|
||||
enum class XDeploymentType : uint32_t {
|
||||
kOpticalDisc = 0,
|
||||
kHardDrive = 1, // Like extracted?
|
||||
|
||||
Reference in New Issue
Block a user