diff options
Diffstat (limited to 'include/user')
-rw-r--r-- | include/user/promoterutil.h | 6 | ||||
-rw-r--r-- | include/user/sysmodule.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h index 283706c..e39d326 100644 --- a/include/user/promoterutil.h +++ b/include/user/promoterutil.h @@ -47,13 +47,13 @@ int scePromoterUtilityDeletePkg(const char *titleid); int scePromoterUtilityUpdateLiveArea(ScePromoterUtilityLAUpdate *args); /** - * Install a backup from a directory, and add an icon on the LiveArea. + * Install a import from a directory, and add an icon on the LiveArea. * - * @param[in] *path - the path of the directory where the extracted content of the backup is + * @param[in] *path - the path of the directory where the extracted content of the import is * * @return 0 on success. */ -int scePromoterUtilityPromoteBackup(const char *path); +int scePromoterUtilityPromoteImport(const char *path); /** * Install a package from a directory, and add an icon on the LiveArea. diff --git a/include/user/sysmodule.h b/include/user/sysmodule.h index 858b0a7..1764dbd 100644 --- a/include/user/sysmodule.h +++ b/include/user/sysmodule.h @@ -130,9 +130,9 @@ typedef enum SceSysmoduleInternalModuleId { SCE_SYSMODULE_INTERNAL_NP_COMMERCE2 = 0x8000001D, //!< NpCommerce2 module SCE_SYSMODULE_INTERNAL_NP_KDC = 0x8000001E, //!< NpKdc module SCE_SYSMODULE_INTERNAL_MUSIC_EXPORT = 0x8000001F, //!< Music Export module - SCE_SYSMODULE_INTERNAL_NP_MESSAGE_DLG_IMPL = 0x80000021, //!< NpMessageDlg module + SCE_SYSMODULE_INTERNAL_NP_MESSAGE_DIALOG_IMPL = 0x80000021, //!< NpMessageDlg module SCE_SYSMODULE_INTERNAL_NP_MESSAGE_CONTACTS = 0x80000022, //!< NpMessageContacts module - SCE_SYSMODULE_INTERNAL_DBRECOVERY_UTILITY = 0x80000023, //!< DBRecoveryUtil module + SCE_SYSMODULE_INTERNAL_DB_RECOVERY_UTILITY = 0x80000023, //!< DBRecoveryUtil module SCE_SYSMODULE_INTERNAL_PROMOTER_UTIL = 0x80000024, //!< scePromoterUtil module SCE_SYSMODULE_INTERNAL_PARTY_MEMBER_LIST = 0x80000026, //!< Party Member List module SCE_SYSMODULE_INTERNAL_ULT = 0x80000025, //!< Ult module |