summaryrefslogtreecommitdiff
path: root/include/user/promoterutil.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect defn in psp2/promoterutil.hReiko Asakura2020-11-231-6/+5
|
* Fix arguments for scePromoterUtilityPromoteImport (#437)Bluzume2020-01-101-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
* Added new NIDs found in debug stringsTheOfficialFloW2019-01-231-3/+3
|
* Named anonymous enums in psp2. (#179)Rinnegatamante2017-06-151-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.
* 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