Functions to check titles and their IDs, as well as retreiving some metadata about them.
◆ SYSCheckTitleExists()
| BOOL SYSCheckTitleExists |
( |
uint64_t |
TitleId | ) |
|
Check if a given title exists and is installed on the system.
- Parameters
-
| TitleId | The 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
-
| TitleId | The 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
-
| TitleId | The 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.