summaryrefslogtreecommitdiff
path: root/include/user/promoterutil.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-28Typo fixing, and misnamed struct (#151)Hexxellor1-1/+1
* Fixing Mostly Harmless Typos This fixes a bunch of miscellaneous typos and grammatical mistakes in the source which were mostly harmless with the exception of the ScreenShotParam in psp2/screenshot.h which didn’t match the name of the struct causing it to fail when using that header.
2017-02-26Added two ScePromoterUtil functions (#147)TheOfficialFloW1-8/+24
Added two ScePromoterUtil functions
2017-02-11Rename argument of scePromoterUtilityDeletePkgSunguk Lee1-1/+3
`void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646
2017-02-10Switch license to MITdevnoname1201-3/+1
Close #104
2016-11-29Rename argument of scePromoterUtilityDeletePkgSunguk Lee1-1/+3
`void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646
2016-11-22Add documentation for promoterutil.hdevnoname1201-2/+65
2016-11-21Added const to path for scePromoterUtilityPromotePkgYifan Lu1-1/+1
2016-11-21Added promoterutilYifan Lu1-0/+28