summaryrefslogtreecommitdiff
path: root/include/user/promoterutil.h
diff options
context:
space:
mode:
authorTheOfficialFloW2019-01-23 21:42:40 +0100
committerTheOfficialFloW2019-01-23 21:42:40 +0100
commit86913ef5a5c5836076c0bd89a2e40e924e444ffd (patch)
tree3c691726c5ef4acfcace0d408e5d46bae6daf5ce /include/user/promoterutil.h
parentAdded ksceKernelAllocHeapMemoryWithOption (diff)
downloadvds-libraries-86913ef5a5c5836076c0bd89a2e40e924e444ffd.tar.gz
Added new NIDs found in debug strings
Diffstat (limited to 'include/user/promoterutil.h')
-rw-r--r--include/user/promoterutil.h6
1 files changed, 3 insertions, 3 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.