Functions
AppSign_Check
bool AppSign_Check(
const AppSign sign
)

Check if the application signature is present in any slot

Parameters
creatorID

Creator ID of the application to search for

appID

Application ID of the application to search for

Returns

FALSE if the application signature is not found

AppSign_CheckList
u8 AppSign_CheckList(
u8 appNum,
const AppSign* appList
)

Check all the application signatures in the list and return the first found application's index

Parameters
appNum
u8

Number of applications in the list

signList

List of application signatures to check (8 max)

Returns

The index of the first found application, or APPSIGN_NONE if not found