summaryrefslogtreecommitdiff
path: root/include/user (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-21Added SceCompatTheOfficialFloW2-1/+310
2017-06-30The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfocodestation1-1/+1
2017-06-25Added new NIDs and new headers (#196)TheOfficialFloW4-0/+127
* Added sceIoPread/sceIoPwrite header * Added more paf nids and paf header * Added sceCompat NIDs * Added SceNpDrm header * Sorted SceCompat * Removed duplicated NIDs * Fixed scePaf nid * Fixed SceNpDrm name in header and added SceVideoExport * Fixed brief description * Added sceIoChstatByFd header * Added SceVideoExport definition
2017-06-25add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202)David2-0/+17
* - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition
2017-06-25Refactor sceIo headers. (#204)Rinnegatamante1-3/+3
* Refactor sceIo headers. * Typo fix. * Sorted enums. * Added SCE_O_PWLOCK. * Typo fix.
2017-06-23Sort enum values of ctrl.hSunguk Lee1-20/+20
2017-06-22Added two more enums buttons! (#194)David Nuñez1-1/+3
* Added two more enums buttons! * Fix headphone label. * Rename by recommendation of devnoname120.
2017-06-21Fix SceUsbStorVstorTypeSunguk Lee1-2/+2
remain #179 bugs. change to SceUsbstorVstorType
2017-06-21Manually revert #179 changesSunguk Lee5-10/+10
- revert bit size of the structs; this change have issue for build vita2d - revert ErrorCode of SceMsgDialogErrorCodeParam; I don't know reason of why change to TitleCase - remove some whitespaces - add some spaces
2017-06-15Named anonymous enums in psp2. (#179)Rinnegatamante15-342/+341
* 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-06-02Add SceHid Mouse functions (#182)meetpatty1-12/+36
2017-05-25Add SceHid keyboard functions (#181)meetpatty1-0/+48
2017-05-16Added sceKernelPowerLock sceKernelPowerUnlock (#176)Yifan Lu1-0/+18
2017-05-14Added dmac functions (#173)TheOfficialFloW1-0/+34
Added dmac functions
2017-05-14Fix code style of power.hSunguk Lee1-8/+9
- softtab to hardtab - missing semicolon
2017-05-13Fix callback functions and add some enumsFrancisco José García García1-1/+9
2017-05-11Add sceRegMgr functions (#169)Joel161-0/+84
Add sceRegMgr functions
2017-05-11Fixed a couple function descriptions and added a few missing functions in ↵Joel161-4/+32
ScePower (#168) * Include a few missing scePower functions * Fixed function descriptions * Fixed voltage units in function description
2017-04-13Add some brightness functionsdevnoname1201-0/+34
2017-03-28Typo fixing, and misnamed struct (#151)Hexxellor5-17/+17
* 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-14Added missing definitions for VitaShellTheOfficialFloW2-0/+10
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 MITdevnoname1202-5/+1
Close #104
2017-02-08Update psp2/usbd.hSergi Granell1-3/+3
2017-02-08More psp2/usbd.h changes (#131)Sergi Granell1-22/+40
2017-02-08Update psp2/usbd.h (#128)Sergi Granell1-6/+19
Add some SceUsbdForDriver NIDs Add initial psp2kern/usbd.h
2017-02-08Added more SceUsbdForUser NIDsSergi Granell1-0/+56
Add initial psp2/usbd.h
2017-01-14Fix sceKernelCreateCond exampleSergi Granell1-2/+2
2017-01-14Add Condition variables prototypesSergi Granell1-0/+109
2017-01-13Added usb nids and headers (#120)TheOfficialFloW3-0/+178
2017-01-05Update power.hDerColonel1-0/+21
Added cold reset, shutdown and suspend functions.
2017-01-01Added more ShellUtil lock typesTheOfficialFloW1-12/+12
2016-12-31Add more SceCtrlForDriver NIDs and kernel ctrl.hSergi Granell1-7/+9
2016-12-18Update devctl.hTheOfficialFloW1-31/+3
2016-11-29Added description for interceptYifan Lu1-1/+4
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-21Added sceSysmoduleLoadModuleInternalWithArgYifan Lu1-0/+1
2016-11-21Add paf idYifan Lu1-0/+1
2016-11-22Add documentation for promoterutil.hdevnoname1201-2/+65
2016-11-21Added const to path for scePromoterUtilityPromotePkgYifan Lu1-1/+1
2016-11-21Added sysmodule internal callsYifan Lu1-0/+8
2016-11-21Added promoterutilYifan Lu1-0/+28
2016-11-19Renamed SCE_CTRL_ALL to SCE_CTRL_INTERCEPTEDdevnoname1201-17/+17
The old wording was incorrect, if we wanted a macro for masking all buttons, it should be a OR'ing of the above button macros, and it would give 0xffff.
2016-11-18Add button intercept headersYifan Lu1-0/+18
2016-11-17Documentation: Simplify groupingdevnoname12013-13/+0
2016-11-15psp2/kernel/clib.h: add a few definescpasjuste1-0/+11
2016-11-13All files should be added to the documentation nowdevnoname12013-6/+24
2016-11-13More stuff related to doxygendevnoname1202-1/+8
2016-11-12Fix usbserial function names (#84)Tim Keller1-1/+1
* Changed functions to ForKernel * missed one! * Modify sceUsbSerialGetLen to sceUsbSerialGetRecvBufferSize Modify sceUsbSerialGetLenForKernel to sceUsbSerialGetRecvBufferSizeForKernel