From 86913ef5a5c5836076c0bd89a2e40e924e444ffd Mon Sep 17 00:00:00 2001 From: TheOfficialFloW Date: Wed, 23 Jan 2019 21:42:40 +0100 Subject: Added new NIDs found in debug strings --- include/user/promoterutil.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/user/promoterutil.h') 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. -- cgit v1.2.3