summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Added sceSysmoduleLoadModuleInternalWithArgYifan Lu2016-11-211-0/+1
| | |
| * | Add paf idYifan Lu2016-11-211-0/+1
| | |
| * | Add documentation for promoterutil.hdevnoname1202016-11-221-2/+65
| | |
| * | Added const to path for scePromoterUtilityPromotePkgYifan Lu2016-11-211-1/+1
| | |
| * | Added sysmodule internal callsYifan Lu2016-11-211-0/+8
| | |
| * | Added promoterutilYifan Lu2016-11-211-0/+28
| | |
* | | Add kernel bt.h headerSergi Granell2016-11-271-0/+324
| | |
* | | Renamed SCE_CTRL_ALL to SCE_CTRL_INTERCEPTEDdevnoname1202016-11-191-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.
* | Merge pull request #89 from devnoname120/doxygenSunguk Lee2016-11-1819-1/+21
|\ \ | | | | | | Doxygen support
| * | Documentation: Simplify groupingdevnoname1202016-11-1719-19/+0
| | |
| * | All files should be added to the documentation nowdevnoname1202016-11-1319-9/+35
| | |
| * | More stuff related to doxygendevnoname1202016-11-133-2/+13
| | |
| * | Start the work on doxygendevnoname1202016-11-121-0/+2
| | |
* | | add a few SceNetPsForDriver functionscpasjuste2016-11-171-0/+718
| | |
* | | Merge pull request #79 from devnoname120/masterFrancisco José García García2016-11-151-0/+51
|\ \ \ | | | | | | | | Add NpDrmPackage
| * | | Add return value of sceNpDrmPackage functionsdevnoname1202016-11-121-0/+4
| | | |
| * | | Add NpDrmPackagedevnoname1202016-11-111-0/+47
| |/ / | | | | | | | | | | | | Reversed and documented by @173210. See http://173210.github.io/scenpdrmpackage
* | / psp2/kernel/clib.h: add a few definescpasjuste2016-11-151-0/+11
| |/ |/|
* | Added more kernel modulemgr importsYifan Lu2016-11-121-4/+7
| |
* | Fix usbserial function names (#84)Tim Keller2016-11-121-1/+1
| | | | | | | | | | | | | | | | | | * Changed functions to ForKernel * missed one! * Modify sceUsbSerialGetLen to sceUsbSerialGetRecvBufferSize Modify sceUsbSerialGetLenForKernel to sceUsbSerialGetRecvBufferSizeForKernel
* | Add DB defines and Header for SceUsbSerial (#81)Tim Keller2016-11-111-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
* Fixed power callbTheOfficialFloW2016-11-071-4/+3
|
* add flags to SceCreateUidObjOptDavee2016-11-061-1/+1
|
* sceKernelCreateUidObj opt structure (#78)Yifan Lu2016-11-061-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
* sceKernelMemPoolCreate args (#77)Yifan Lu2016-11-061-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
* Update shellutil.hTheOfficialFloW2016-11-051-0/+72
|
* Fixed number of arguments in two functions (#58)TheOfficialFloW2016-11-051-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
* Merge pull request #72 from Rinnegatamante/masterDavee2016-11-051-18/+149
|\ | | | | Properly documented scePower.
| * Properly documented scePower.Rinnegatamante2016-11-031-18/+149
| | | | | | | | Properly documented scePower.
* | Added SCE_KERNEL_MEMBLOCK_TYPE_KERNEL_RWYifan Lu2016-11-041-0/+1
|/
* Revert "Added some SceShellUtil functions"Davee2016-11-031-72/+0
|
* Add shellutil headerTheOfficialFloW2016-11-031-0/+72
|
* kernel development headers (#67)Davee2016-11-027-0/+1500
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 sceAppMgrUmount (#66)TheOfficialFloW2016-10-181-0/+5
|
* Update SceCtrlActuatorSunguk Lee2016-10-021-2/+3
| | | | | `enable` field split to `small` and `large` These fields mean motor strength, and can be 0 to 0xff
* Merge pull request #56 from d3m3vilurr/patch-1xyzz2016-09-271-2/+67
|\ | | | | Add more SceCtrl NIDs
| * Add sceCtrlGetBatteryInfo and update SceCtrlDataSunguk Lee2016-09-271-1/+17
| | | | | | | | | | - Add function define - Update LT/RT field of SceCtrlData
| * Add SceCtrlPortInfo structureSunguk Lee2016-09-241-2/+17
| |
| * Add more button defines, and more SceCtrl function definesSunguk Lee2016-09-201-1/+35
| | | | | | | | | | | | - sceCtrlReadBufferPositiveExt2 - sceCtrlSetSamplingModeExt - sceCtrlGetControllerPortInfo
* | updated threadmgr pipe documentationDavee2016-09-241-22/+22
| |
* | added size documentation to sceAppMgrGetAppParamDavee2016-09-211-0/+1
| |
* | add return value for sceAppMgrGetAppParamSMOKE52016-09-181-0/+1
| |
* | added app param exampleSMOKE52016-09-181-0/+1
| |
* | add sceAppMgrGetAppParamSMOKE52016-09-181-0/+3
|/
* Merge pull request #49 from himanshugoel2797/patch-4xyzz2016-09-151-0/+17
|\ | | | | Added sceKernelGetModel signature and NID
| * Added comments and enumHimanshu Goel2016-09-111-0/+16
| | | | | | Added comments and enum for sceKernelGetModel and sceKernelGetModelForCDialog
| * Added signature for sceKernelGetModelHimanshu Goel2016-09-101-0/+1
| |
* | Extended sysmodule enum listTheOfficialFloW2016-09-141-1/+7
| |
* | Added void param to all scePower funcs.Rinnegatamante2016-09-111-12/+12
| |
* | Added SetGpuXbar / GetGpuXbar clock frequency.Rinnegatamante2016-09-111-0/+2
|/