vitasdk
Documentation of the vitasdk
|
Exports for Kernel.
Include the header file in your project:
Link the library to the executable:
Include the header file in your project:
Link the library to the executable:
Include the header file in your project:
Functions | |
int | ksceSblGcAuthMgrDrmBBClearCartSecret (void) |
Removes derived cart secret from memory. More... | |
int | ksceSblGcAuthMgrDrmBBGetCartSecret (void *secret) |
Gets derived cart secret from memory. More... | |
int | ksceSblGcAuthMgrGcAuthCartAuthentication (SceUInt32 key_id) |
Runs gamecart authentication. More... | |
int ksceSblGcAuthMgrDrmBBClearCartSecret | ( | void | ) |
Removes derived cart secret from memory.
int ksceSblGcAuthMgrDrmBBGetCartSecret | ( | void * | secret | ) |
Gets derived cart secret from memory.
[in] | secret | - Pointer to 0x20 bytes. |
int ksceSblGcAuthMgrGcAuthCartAuthentication | ( | SceUInt32 | key_id | ) |
Runs gamecart authentication.
[in] | key_id | - Not used for anything but must be < 0x10000. |