summaryrefslogtreecommitdiff
path: root/include/kernel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More SceDisplay NIDs, update psp2/display.hSergi Granell2017-10-261-1/+1
|
* Even more SceDisplayForDriver NIDs, Update pspkern/display.hSergi Granell2017-10-261-0/+15
|
* More SceDisplayForDriver NIDs, Update pspkern/display.hSergi Granell2017-10-261-1/+33
|
* More SceThreadmgrForDriver, SceDisplayForDriver NIDs, update psp2kern/display.hSergi Granell2017-10-262-1/+82
|
* Update SceUdcdDriverSergi Granell2017-10-261-3/+3
|
* Update UDCDSergi Granell2017-10-251-2/+2
|
* Add more NIDs, update udcd.hSergi Granell2017-10-251-8/+18
|
* Const correctness in psp2kern/kernel/cpu.hSergi Granell2017-10-241-8/+8
|
* Missing commas.Rinnegatamante2017-10-141-12/+12
|
* psp2kern/udcd.h: fix a broken headerxyzz2017-10-131-10/+10
|
* Hexa -> uppercasedevnoname1202017-10-082-243/+243
|
* Using upper case chars.Rinnegatamante2017-10-061-4/+4
|
* Fix identation.Rinnegatamante2017-10-061-1/+1
|
* Using Doxygen comment.Rinnegatamante2017-10-061-1/+1
|
* Named SceSCtrlExternalInputMode.Rinnegatamante2017-10-051-2/+2
|
* Named anonymous enums in psp2kernRinnegatamante2017-10-0512-1126/+904
| | | | Named anonymous enums in psp2kern
* Add ksceDisplayWaitVblankStartMultiRobin B2017-10-011-0/+7
|
* Add ksceDisplayWaitVblankStartRobin B2017-09-191-0/+5
|
* Added headers for SceSblAIMgrForDriverYifan Lu2017-08-111-0/+25
|
* Add more display and I2C NIDsSergi Granell2017-08-061-0/+1
|
* Minor stylistic changes.Rinnegatamante2017-07-251-27/+28
|
* Re-added SCE_CTRL_INTERCEPTED.Rinnegatamante2017-07-241-0/+1
|
* Renamed INTERCEPTED to PSBUTTON, added a note for shell privileges request.Rinnegatamante2017-07-211-1/+1
|
* Added SceCompatTheOfficialFloW2017-07-211-1/+9
|
* Add more SceDisplayForDriver NIDsSergi Granell2017-07-171-4/+4
|
* Add some SceProcessmgrForDriver NIDsSergi Granell2017-07-171-0/+16
|
* Add more SceDebugForKernel NIDsSergi Granell2017-07-111-0/+8
|
* Update I2CSergi Granell2017-07-111-11/+13
|
* The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfocodestation2017-06-301-1/+1
|
* fix SCE_EVENT_WAITMULTIPLE (#205)David2017-06-251-1/+1
|
* add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202)David2017-06-251-0/+10
| | | | | | | * - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition
* Refactor sceIo headers. (#204)Rinnegatamante2017-06-251-4/+4
| | | | | | | | | | | | * Refactor sceIo headers. * Typo fix. * Sorted enums. * Added SCE_O_PWLOCK. * Typo fix.
* Sort enum values of ctrl.hSunguk Lee2017-06-231-21/+21
|
* ksceDebugPrintf2 (unknow name) and definitioncpasjuste2017-06-221-0/+2
|
* change SceDebugForDriver printf naming and add definitioncpasjuste2017-06-221-0/+2
|
* Added two more enums buttons in kernel! (#195)David Nuñez2017-06-221-1/+3
| | | | | | | | * Added two more enums buttons! * Fix label of headphone. * Rename by recommendation of devnoname120.
* Manually revert #179 changesSunguk Lee2017-06-211-4/+4
| | | | | | | | | - 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
* Added new NIDsTheOfficialFloW2017-06-151-0/+3
|
* Merge pull request #185 from joel16/masterSergi Granell2017-06-151-0/+84
|\ | | | | Add SceRegMgrForDriver functions
| * Add SceRegMgrForDriver functionsJoel162017-06-141-0/+84
| |
* | Add UART, syscon, I2C nids. Add I2C header.Sergi Granell2017-06-151-0/+39
|/
* Removed next entryTheOfficialFloW2017-06-141-2/+1
|
* Add ksceCtrlRegisterVirtualControllerDriver related thingsSunguk Lee2017-06-121-0/+28
| | | | | - add nid - declare function prototype and param structure
* Fix ksceNetSend() and ksceNetRecv() (#177)devnoname1202017-06-021-2/+4
| | | | | | | | * Fix ksceNetSend() and ksceNetRecv() These functions don't exist in Kernel. A #define have been added to make them work. * Remove non-existing ksceNet functions
* Added dmac functions (#173)TheOfficialFloW2017-05-141-0/+34
| | | Added dmac functions
* Added new function: ksceKernelStartModuleForPidYifan Lu2017-05-131-0/+1
|
* Added sysmem uid object reference counting functionsYifan Lu2017-05-131-0/+38
| | | | | Removed duplicate NID ksceSysrootUseExternalStorage == ksceSysrootIsManufacturingMode Added headder for ksceSysrootIsManufacturingMode
* Update usbd.hYifan Lu2017-05-041-1/+1
| | | Argument 1 was wrong
* Added missing typedef breaking vitasdkkern.hRinnegatamante2017-04-261-1/+1
| | | Added missing typedef breaking vitasdkkern.h
* Added missing kernel IO headers. (#160)Rinnegatamante2017-04-111-0/+33
| | | | | * Added missing kernel IO headers. Added missing kernel IO headers.