summaryrefslogtreecommitdiff
path: root/include/user/promoterutil.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Typo fixing, and misnamed struct (#151)Hexxellor2017-03-281-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.
* Added two ScePromoterUtil functions (#147)TheOfficialFloW2017-02-261-8/+24
| | | | Added two ScePromoterUtil functions
* Rename argument of scePromoterUtilityDeletePkgSunguk Lee2017-02-111-1/+3
| | | | | | `void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646
* Switch license to MITdevnoname1202017-02-101-3/+1
| | | | Close #104
* Rename argument of scePromoterUtilityDeletePkgSunguk Lee2016-11-291-1/+3
| | | | | | `void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646
* Add documentation for promoterutil.hdevnoname1202016-11-221-2/+65
|
* Added const to path for scePromoterUtilityPromotePkgYifan Lu2016-11-211-1/+1
|
* Added promoterutilYifan Lu2016-11-211-0/+28