![]() |
vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Data Structures | |
| struct | ScePromoterUtilityLAUpdate |
| Parameters for scePromoterUtilityUpdateLiveArea() More... | |
| struct | ScePromoterUtilityImportParams |
| Parameters for scePromoterUtilityPromoteImport() More... | |
Enumerations | |
| enum | ScePromoterUtilityPackageType { SCE_PKG_TYPE_VITA = 0x0001 , SCE_PKG_TYPE_PSP = 0x0001 , SCE_PKG_TYPE_PSM = 0x0003 } |
| Avalible types for ScePromoterUtilityImportParams. More... | |
Functions | |
| VITASDK_BUILD_ASSERT_EQ (0x8C, ScePromoterUtilityLAUpdate) | |
| VITASDK_BUILD_ASSERT_EQ (0xB0, ScePromoterUtilityImportParams) | |
| int | scePromoterUtilityInit (void) |
| Init the promoter utility. | |
| int | scePromoterUtilityExit (void) |
| Deinit the promoter utility. | |
| int | scePromoterUtilityDeletePkg (const char *titleid) |
| Delete a package from the LiveArea. | |
| int | scePromoterUtilityUpdateLiveArea (ScePromoterUtilityLAUpdate *args) |
| Update the LiveArea resources of an app. | |
| int | scePromoterUtilityPromoteImport (ScePromoterUtilityImportParams *params) |
| Install Content Manager import contents and create bubbles without checking license files. | |
| int | scePromoterUtilityPromotePkg (const char *path, int sync) |
| Install a package from a directory, and add an icon on the LiveArea. | |
| int | scePromoterUtilityPromotePkgWithRif (const char *path, int sync) |
| Install a package from a directory and generate a rif. | |
| int | scePromoterUtilityGetState (int *state) |
| Returns the state of an operation. | |
| int | scePromoterUtilityGetResult (int *res) |
| Returns the result of a finished operation. | |
| int | scePromoterUtilityCheckExist (const char *titleid, int *res) |
| Check if titleid exists. | |