summaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-08Update psp2/usbd.h (#128)Sergi Granell2-6/+69
Add some SceUsbdForDriver NIDs Add initial psp2kern/usbd.h
2017-02-08Added more SceUsbdForUser NIDsSergi Granell1-0/+56
Add initial psp2/usbd.h
2017-02-02Add psp2kern/kernel/suspend.hSergi Granell1-0/+35
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-06Update udcd.hSergi Granell1-1/+1
2017-01-06Update udcd.hSergi Granell1-27/+86
2017-01-05Update power.hDerColonel1-0/+21
Added cold reset, shutdown and suspend functions.
2017-01-05Add more SceUdcd NIDs and defines (thanks to @TheOfficialFloW)Sergi Granell1-7/+11
2017-01-05Add psp2kern/udcd.h, some SceUdcdForDriver NIDs and ksceTouchSetRegion NIDSergi Granell1-0/+522
2017-01-05Add ksceKernelCpuDcacheWritebackRange NIDSergi Granell1-2/+12
2017-01-02Fix ksceCtrlSetAnalogEmulation parametersSergi Granell1-12/+12
2017-01-01Added more ShellUtil lock typesTheOfficialFloW1-12/+12
2017-01-01Fix ksceCtrlSetAnalogEmulation argsSergi Granell1-3/+4
2016-12-31Add more SceCtrlForDriver NIDs and kernel ctrl.hSergi Granell2-7/+274
2016-12-25Update SceBtSergi Granell1-2/+12
2016-12-22Update SceBtRegisteredInfoSergi Granell1-3/+10
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-27Add kernel bt.h headerSergi Granell1-0/+324
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 groupingdevnoname12019-19/+0
2016-11-17add a few SceNetPsForDriver functionscpasjuste1-0/+718
2016-11-15psp2/kernel/clib.h: add a few definescpasjuste1-0/+11
2016-11-13All files should be added to the documentation nowdevnoname12019-9/+35
2016-11-13More stuff related to doxygendevnoname1203-2/+13
2016-11-12Added more kernel modulemgr importsYifan Lu1-4/+7
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
2016-11-12Start the work on doxygendevnoname1201-0/+2
2016-11-12Add return value of sceNpDrmPackage functionsdevnoname1201-0/+4
2016-11-11Add NpDrmPackagedevnoname1201-0/+47
Reversed and documented by @173210. See http://173210.github.io/scenpdrmpackage
2016-11-11Add DB defines and Header for SceUsbSerial (#81)Tim Keller1-0/+83
* Added DB defines for SceUsbSerial Added in header for SceUsbSerial * Changed to usbserial.h updated db.json to camelCase Fixed spelling errors in usbserial.h added documentation from wiki to usbserial.h * sceUsbSerialget_len -> sceUsbSerialGetLen sceUsbSerialget_lenForKernel -> sceUsbSerialGetLenForKernel * Dangit missed some information on the wiki! * fix camelCase. * fix some formatting issues * Split usbserial.h to psp2kern/kernel/usbserial.h fix some documentation. * Moved kernel defines for usbserial.h to appropriate folder Fix preprocessor macros update copyright * Git decided my changes were not important and chose to ignore them
2016-11-07Fixed power callbTheOfficialFloW1-4/+3
2016-11-06add flags to SceCreateUidObjOptDavee1-1/+1
2016-11-06sceKernelCreateUidObj opt structure (#78)Yifan Lu1-1/+11
* Added some kernel headers * Modified kernel headers * Added suprx loading args to headers * Added kernel modulemgr load/stop nids * Added struct for versioninfo * Added sceKernelMemcpyKernelToUser * Added SceSblACMgr * Added syscall entry/exit stubs * Added strncpy u2k/k2u functions * Wrong offset for version * More kernel adds * Added sceKernelQueueLoadModuleForPid * Added sceKernelGetSystemSwVersion to user headers * Added sceKernelStrncpyUserForPid * Added a couple more kernel apis * Added opt ags for sceKernelMemPoolCreate * Added opt structure for sceKernelCreateUidObj
2016-11-06sceKernelMemPoolCreate args (#77)Yifan Lu1-1/+11
* Added some kernel headers * Modified kernel headers * Added suprx loading args to headers * Added kernel modulemgr load/stop nids * Added struct for versioninfo * Added sceKernelMemcpyKernelToUser * Added SceSblACMgr * Added syscall entry/exit stubs * Added strncpy u2k/k2u functions * Wrong offset for version * More kernel adds * Added sceKernelQueueLoadModuleForPid * Added sceKernelGetSystemSwVersion to user headers * Added sceKernelStrncpyUserForPid * Added a couple more kernel apis * Added opt ags for sceKernelMemPoolCreate
2016-11-05Update shellutil.hTheOfficialFloW1-0/+72
2016-11-05Fixed number of arguments in two functions (#58)TheOfficialFloW1-2/+4
* Fixed number of arguments in two functions The number of arguments in the functions commited by @himanshugoel2797 were wrong @himanshugoel2797, reverse enginering the api properly instead of just guessing them. * Update appmgr.h * Removed underscore function
2016-11-04Added SCE_KERNEL_MEMBLOCK_TYPE_KERNEL_RWYifan Lu1-0/+1
2016-11-03Properly documented scePower.Rinnegatamante1-18/+149
Properly documented scePower.
2016-11-03Revert "Added some SceShellUtil functions"Davee1-72/+0