Exports for User.
Using this library in your project
Include the header file in your project:
Link the library to the executable:
◆ SCE_UPDATE_MODE_SWU_GUI
#define SCE_UPDATE_MODE_SWU_GUI 0x10 |
◆ SCE_UPDATE_MODE_SWU_CUI
#define SCE_UPDATE_MODE_SWU_CUI 0x30 |
◆ sceSblSsUpdateMgrGetBootMode
◆ sceSblSsUpdateMgrSetBootMode
◆ SceUpdateMode
◆ VITASDK_BUILD_ASSERT_EQ()
◆ sceSblUsGetUpdateMode()
Getting system update mode on boot.
- Parameters
-
[out] | mode | - The pointer of SceUpdateMode variable |
- Returns
- 0 on success, < 0 on error.
◆ sceSblUsSetUpdateMode()
Setting system update mode on boot.
- Parameters
-
[in] | mode | - The update mode |
- Returns
- 0 on success, < 0 on error.
◆ sceSblUsVerifyPup()
int sceSblUsVerifyPup |
( |
const char * |
path | ) |
|
Verify PUP.
- Parameters
-
- Returns
- 0 on success, < 0 on error.
note - If verify CEX PUP on Devkit system, got error.