mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:24:17 +01:00
mcp: update the MCPAppType struct
This commit is contained in:
parent
7f2c9b5d69
commit
b712686c38
@ -23,7 +23,41 @@ typedef struct MCPTitleListType MCPTitleListType;
|
||||
|
||||
typedef enum MCPAppType
|
||||
{
|
||||
MCP_APP_TYPE_UNKNOWN_0x0800000E = 0x0800000E,
|
||||
MCP_APP_TYPE_GameUpdate = 0x0800001B,
|
||||
MCP_APP_TYPE_GameDLC = 0x0800000E,
|
||||
MCP_APP_TYPE_Boot1 = 0x10000009,
|
||||
MCP_APP_TYPE_SystemLibraries = 0x1000000A,
|
||||
MCP_APP_TYPE_BluetoothFirmware = 0x10000012,
|
||||
MCP_APP_TYPE_DRHFirmware = 0x10000013,
|
||||
MCP_APP_TYPE_DRCFirmware = 0x10000014,
|
||||
MCP_APP_TYPE_SystemVersion = 0x10000015,
|
||||
MCP_APP_TYPE_DRCLanguage = 0x1000001A,
|
||||
MCP_APP_TYPE_UNKNOWN_0x18000010 = 0x18000010,
|
||||
MCP_APP_TYPE_SharedData = 0x1800001C,
|
||||
MCP_APP_TYPE_CertStore = 0x1800001E,
|
||||
MCP_APP_TYPE_UNKNOWN_0x18000023 = 0x18000023,
|
||||
MCP_APP_TYPE_UNKNOWN_0x18000029 = 0x18000029,
|
||||
MCP_APP_TYPE_UNKNOWN_0x18000030 = 0x18000030,
|
||||
MCP_APP_TYPE_UNKNOWN_0x18000031 = 0x18000031,
|
||||
MCP_APP_TYPE_Game = 0x80000000,
|
||||
MCP_APP_TYPE_GameWii = 0x8000002E,
|
||||
MCP_APP_TYPE_SystemMenu = 0x90000001,
|
||||
MCP_APP_TYPE_SystemUpdater = 0x9000000B,
|
||||
MCP_APP_TYPE_SystemApps = 0x90000020,
|
||||
MCP_APP_TYPE_UNKNOWN_0x90000021 = 0x90000021,
|
||||
MCP_APP_TYPE_SystemSettings = 0x90000022,
|
||||
MCP_APP_TYPE_UNKNOWN_0x9000002F = 0x9000002F,
|
||||
MCP_APP_TYPE_eManual = 0xD0000003,
|
||||
MCP_APP_TYPE_HomeMenu = 0xD0000004,
|
||||
MCP_APP_TYPE_ErrorDisplay = 0xD0000005,
|
||||
MCP_APP_TYPE_Browser = 0xD0000006,
|
||||
MCP_APP_TYPE_UNKNOWN_0xD000000D = 0xD000000D,
|
||||
MCP_APP_TYPE_MiiVerse = 0xD0000016,
|
||||
MCP_APP_TYPE_eShop = 0xD0000017,
|
||||
MCP_APP_TYPE_FriendList = 0xD0000018,
|
||||
MCP_APP_TYPE_DownloadManagement = 0xD0000019,
|
||||
MCP_APP_TYPE_UNKNOWN_0xD000002C = 0xD000002C,
|
||||
MCP_APP_TYPE_AmiiboSettings = 0xD0000033,
|
||||
} MCPAppType;
|
||||
|
||||
typedef enum MCPInstallTarget
|
||||
|
Loading…
Reference in New Issue
Block a user