wut
1.0.0-beta9
Wii U Toolchain
include
sysapp
title.h
Go to the documentation of this file.
1
#pragma once
2
#include <
wut.h
>
3
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
26
BOOL
27
SYSCheckTitleExists
(uint64_t TitleId);
28
41
int32_t
42
SYSGetPFIDFromTitleID
(uint64_t TitleId);
43
56
int32_t
57
SYSGetUPIDFromTitleID
(uint64_t TitleId);
58
59
#ifdef __cplusplus
60
}
61
#endif
62
SYSCheckTitleExists
BOOL SYSCheckTitleExists(uint64_t TitleId)
Check if a given title exists and is installed on the system.
SYSGetUPIDFromTitleID
int32_t SYSGetUPIDFromTitleID(uint64_t TitleId)
Gets the PFID/UPID for a given title.
wut.h
SYSGetPFIDFromTitleID
int32_t SYSGetPFIDFromTitleID(uint64_t TitleId)
Gets the PFID/UPID for a given title.
BOOL
int32_t BOOL
Definition:
wut_types.h:4
Generated by
1.8.17