![]() |
vitasdk
Documentation of the vitasdk
|
Exports for Kernel. More...
Macros | |
| #define | ksceSblAimgrGetTargetId() ksceSblAimgrGetProductCode() |
Enumerations | |
| enum | SceProductCode { SCE_PRODUCT_CODE_NONE = 0x00000000 , SCE_PRODUCT_CODE_TEST = 0x100 , SCE_PRODUCT_CODE_TOOL = 0x101 , SCE_PRODUCT_CODE_DEX = 0x102 , SCE_PRODUCT_CODE_CEX_J1 = 0x103 , SCE_PRODUCT_CODE_CEX_UC2 = 0x104 , SCE_PRODUCT_CODE_CEX_CEL = 0x105 , SCE_PRODUCT_CODE_CEX_KR2 = 0x106 , SCE_PRODUCT_CODE_CEX_CEK = 0x107 , SCE_PRODUCT_CODE_CEX_MX2 = 0x108 , SCE_PRODUCT_CODE_CEX_AU3 = 0x109 , SCE_PRODUCT_CODE_CEX_E12 = 0x10A , SCE_PRODUCT_CODE_CEX_TW1 = 0x10B , SCE_PRODUCT_CODE_CEX_RU3 = 0x10C , SCE_PRODUCT_CODE_CEX_CN9 = 0x10D , SCE_PRODUCT_CODE_CEX_HK5 = 0x10E , SCE_PRODUCT_CODE_CEX_RSV1 = 0x10F , SCE_PRODUCT_CODE_CEX_RSV2 = 0x110 , SCE_PRODUCT_CODE_CEX_RSV3 = 0x111 } |
Functions | |
| int | ksceSblAimgrGetSMI (SceUInt32 *info) |
| Get service/manufacturing information (factory/minimum firmware). | |
| 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. | |
Exports for Kernel.
Include the header file in your project:
Link the library to the executable:
| #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.