| bool AppSign_Check( |
| ) |
Check if the application signature is present in any slot
| creatorID | Creator ID of the application to search for |
| appID | Application ID of the application to search for |
FALSE if the application signature is not found
| u8 AppSign_CheckList( |
| ) |
Check all the application signatures in the list and return the first found application's index
| appNum u8 | Number of applications in the list |
| signList | List of application signatures to check (8 max) |
The index of the first found application, or APPSIGN_NONE if not found