|
wut v1.9.1
Wii U Toolchain
|
Functions to check titles and their IDs, as well as retreiving some metadata about them. More...

Typedefs | |
| typedef enum SYSTEM_APP_ID | SYSTEM_APP_ID |
Enumerations | |
| enum | SYSTEM_APP_ID { SYSTEM_APP_ID_WII_U_MENU = 0 , SYSTEM_APP_ID_SYSTEM_SETTINGS = 1 , SYSTEM_APP_ID_PARENTAL_CONTROLS = 2 , SYSTEM_APP_ID_USER_SETTINGS = 3 , SYSTEM_APP_ID_MII_MAKER = 4 , SYSTEM_APP_ID_ACCOUNT_SETTINGS = 5 , SYSTEM_APP_ID_DAILY_LOG = 6 , SYSTEM_APP_ID_NOTIFICATIONS = 7 , SYSTEM_APP_ID_HEALTH_AND_SAFETY = 8 , SYSTEM_APP_ID_ELECTRONIC_MANUAL = 9 , SYSTEM_APP_ID_WIIU_CHAT = 10 , SYSTEM_APP_ID_SOFTWARE_DATA_TRANSFER = 11 } |
Functions | |
| BOOL | SYSCheckTitleExists (uint64_t TitleId) |
| Check if a given title exists and is installed on the system. | |
| int32_t | SYSGetPFIDFromTitleID (uint64_t TitleId) |
| Gets the PFID/UPID for a given title. | |
| int32_t | SYSGetUPIDFromTitleID (uint64_t TitleId) |
| Gets the PFID/UPID for a given title. | |
| int32_t | SYSGetCallerUPID () |
| Gets the PFID/UPID of the calling (current) application. | |
| int32_t | SYSGetCallerPFID () |
| Gets the PFID/UPID of the calling (current) application. | |
| uint64_t | _SYSGetSystemApplicationTitleId (SYSTEM_APP_ID id) |
| Gets the title id for a given SYSTEM_APP_ID. | |
| uint64_t | _SYSGetSystemApplicationTitleIdByProdArea (SYSTEM_APP_ID id, MCPRegion prod_area) |
| Gets the title id for a given SYSTEM_APP_ID in the given region. | |
| uint64_t | SYSGetCallerTitleId () |
| Gets the title id of the calling (current) application. | |
Variables | |
| static const SYSTEM_APP_ID | SYSTEM_APP_ID_UPDATER = SYSTEM_APP_ID_WII_U_MENU |
| static const SYSTEM_APP_ID | SYSTEM_APP_ID_HOME_MENU = SYSTEM_APP_ID_WII_U_MENU |
Functions to check titles and their IDs, as well as retreiving some metadata about them.
| typedef enum SYSTEM_APP_ID SYSTEM_APP_ID |
| enum SYSTEM_APP_ID |
| BOOL SYSCheckTitleExists | ( | uint64_t | TitleId | ) |
Check if a given title exists and is installed on the system.
| TitleId | The ID of the title to check. |
TRUE if the title exists, or FALSE otherwise. | int32_t SYSGetPFIDFromTitleID | ( | uint64_t | TitleId | ) |
Gets the PFID/UPID for a given title.
| TitleId | The ID of the title to get the PFID/UPID from. |
| int32_t SYSGetUPIDFromTitleID | ( | uint64_t | TitleId | ) |
Gets the PFID/UPID for a given title.
| TitleId | The ID of the title to get the PFID/UPID from. |
| int32_t SYSGetCallerUPID | ( | ) |
Gets the PFID/UPID of the calling (current) application.
| int32_t SYSGetCallerPFID | ( | ) |
Gets the PFID/UPID of the calling (current) application.
| uint64_t _SYSGetSystemApplicationTitleId | ( | SYSTEM_APP_ID | id | ) |
Gets the title id for a given SYSTEM_APP_ID.
| uint64_t _SYSGetSystemApplicationTitleIdByProdArea | ( | SYSTEM_APP_ID | id, |
| MCPRegion | prod_area | ||
| ) |
Gets the title id for a given SYSTEM_APP_ID in the given region.
| uint64_t SYSGetCallerTitleId | ( | ) |
Gets the title id of the calling (current) application.
|
static |
|
static |