wut  1.0.0-beta9
Wii U Toolchain
Functions
SYSAPP Title

Functions

BOOL SYSCheckTitleExists (uint64_t TitleId)
 Check if a given title exists and is installed on the system. More...
 
int32_t SYSGetPFIDFromTitleID (uint64_t TitleId)
 Gets the PFID/UPID for a given title. More...
 
int32_t SYSGetUPIDFromTitleID (uint64_t TitleId)
 Gets the PFID/UPID for a given title. More...
 

Detailed Description

Functions to check titles and their IDs, as well as retreiving some metadata about them.

Function Documentation

◆ SYSCheckTitleExists()

BOOL SYSCheckTitleExists ( uint64_t  TitleId)

Check if a given title exists and is installed on the system.

Parameters
TitleIdThe ID of the title to check.
Returns
TRUE if the title exists, or FALSE otherwise.

◆ SYSGetPFIDFromTitleID()

int32_t SYSGetPFIDFromTitleID ( uint64_t  TitleId)

Gets the PFID/UPID for a given title.

Parameters
TitleIdThe ID of the title to get the PFID/UPID from.
Returns
The PFID/UPID for the title, or a negative value on error.
Note
This function is identical to SYSGetUPIDFromTitleID.

◆ SYSGetUPIDFromTitleID()

int32_t SYSGetUPIDFromTitleID ( uint64_t  TitleId)

Gets the PFID/UPID for a given title.

Parameters
TitleIdThe ID of the title to get the PFID/UPID from.
Returns
The PFID/UPID for the title, or a negative value on error.
Note
This function is identical to SYSGetPFIDFromTitleID.