summaryrefslogtreecommitdiff
path: root/include/user/promoterutil.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-11Add package workflowReiko Asakura1-0/+4
2021-02-11Fix includes: variousReiko Asakura1-1/+1
2020-11-23Remove incorrect defn in psp2/promoterutil.hReiko Asakura1-6/+5
2020-01-10Fix arguments for scePromoterUtilityPromoteImport (#437)Bluzume1-4/+19
* Update promoterutil.h * Update promoterutil.h * Update promoterutil.h * Update promoterutil.h * add ScePromoterUtilityPackageType Enum * Add comment back- fix braces etc * Update promoterutil.h
2019-01-23Added new NIDs found in debug stringsTheOfficialFloW1-3/+3
2017-06-15Named anonymous enums in psp2. (#179)Rinnegatamante1-2/+2
* Named anonymous enums in psp2. Named anonymous enums in psp2. * Properly sorted enums. * Several modifications (see desc) Added some missing info, fixed identation in some places, aligned all enums and comments with spaces as delimiters, replaced decimal negative errorcode in location.h with hexadecimal one, added some comments and fixed some documentation comments. * Minor fixes in identation. * Yet another minor identation fix. * Fixed enums in structs. * Reverted SceBool changes. * SceBool fix. * Fix for compilation with g++- * Added some doc references in jpegenc. * Fixed some references.
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