[Xam/UI] - Implement XamShowMarketplaceUIEx & XamShowForcedNameChangeUI

Xam version 4548 and up XamShowMarketplaceUI transfers its params to XamShowMarketplaceUIEx.
This commit is contained in:
The-Little-Wolf
2024-11-03 09:25:25 -08:00
committed by Radosław Gliński
parent 263c722a40
commit 919f7403e2
2 changed files with 91 additions and 8 deletions

View File

@@ -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?