vitasdk
Documentation of the vitasdk
|
Exports for Kernel.
Include the header file in your project:
Link the library to the executable:
Functions | |
int | ksceSblAimgrGetSMI (SceUInt32 *info) |
Get service/manufacturing information (factory/minimum firmware). More... | |
int | ksceSblAimgrGetProductCode (void) |
Get product code. More... | |
int | ksceSblAimgrGetProductSubCode (void) |
Get product sub code. More... | |
int | ksceSblAimgrIsTest (void) |
Get system type state. More... | |
int | ksceSblAimgrIsTool (void) |
Get system type state. More... | |
int | ksceSblAimgrIsDEX (void) |
Get system type state. More... | |
int | ksceSblAimgrIsCEX (void) |
Get system type state. More... | |
int | ksceSblAimgrIsVITA (void) |
Get system type state. More... | |
int | ksceSblAimgrIsDolce (void) |
Get system type state. More... | |
int | ksceSblAimgrIsGenuineVITA (void) |
Get system type state. More... | |
int | ksceSblAimgrIsGenuineDolce (void) |
Get system type state. More... | |
Macros | |
#define | ksceSblAimgrGetTargetId() ksceSblAimgrGetProductCode() |
#define ksceSblAimgrGetTargetId | ( | ) | ksceSblAimgrGetProductCode() |
enum SceProductCode |
int ksceSblAimgrGetSMI | ( | SceUInt32 * | info | ) |
Get service/manufacturing information (factory/minimum firmware).
[out] | info | - The info output pointer |
int ksceSblAimgrGetProductCode | ( | void | ) |
Get product code.
int ksceSblAimgrGetProductSubCode | ( | void | ) |
Get product sub code.
int ksceSblAimgrIsTest | ( | void | ) |
Get system type state.
int ksceSblAimgrIsTool | ( | void | ) |
Get system type state.
int ksceSblAimgrIsDEX | ( | void | ) |
Get system type state.
int ksceSblAimgrIsCEX | ( | void | ) |
Get system type state.
int ksceSblAimgrIsVITA | ( | void | ) |
Get system type state.
int ksceSblAimgrIsDolce | ( | void | ) |
Get system type state.
int ksceSblAimgrIsGenuineVITA | ( | void | ) |
Get system type state.
int ksceSblAimgrIsGenuineDolce | ( | void | ) |
Get system type state.