From 9cf74281e9bd50e6def5bd263f688dff8e44bba8 Mon Sep 17 00:00:00 2001 From: Yifan Lu Date: Mon, 21 Nov 2016 17:29:39 -0600 Subject: Added const to path for scePromoterUtilityPromotePkg --- include/user/promoterutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/user/promoterutil.h') diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h index 374141f..e6244d0 100644 --- a/include/user/promoterutil.h +++ b/include/user/promoterutil.h @@ -16,7 +16,7 @@ int scePromoterUtilityInit(void); int scePromoterUtilityExit(void); int scePromoterUtilityDeletePkg(void *unk); int scePromoterUtilityUpdateLiveArea(ScePromoterUtilityLAUpdate *args); -int scePromoterUtilityPromotePkg(char *path, int unk); +int scePromoterUtilityPromotePkg(const char *path, int unk); int scePromoterUtilityPromotePkgWithRif(const char *path, int unk); int scePromoterUtilityGetState(int *state); int scePromoterUtilityGetResult(int *res); -- cgit v1.2.3