summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #264 from Rinnegatamante/patch-16Sunguk Lee2017-12-211-5/+28
|\ | | | | Added some missing stuffs in sceCtrl header.
| * Update ctrl.hRinnegatamante2017-12-201-2/+2
| |
| * Using aliasing.Rinnegatamante2017-12-201-2/+2
| |
| * Added some missing stuffs in sceCtrl header.Rinnegatamante2017-12-201-5/+28
| |
* | Added SCE_DISPLAY_ERROR_NO_OUTPUT_SIGNAL referenceRinnegatamante2017-12-201-1/+2
|/
* Added SCE_SYSMODULE_AACENC to sysmodule.hTheOfficialFloW2017-12-191-0/+1
|
* Change enum entry in sysmodule.hTheOfficialFloW2017-12-191-1/+1
|
* Added excpmgr for handling abortsYifan Lu2017-12-172-0/+60
|
* Fix use before definition in #258devnoname1202017-12-051-2/+2
|
* Add ksceKernelFindClassByName, update SceClassSergi Granell2017-12-031-3/+16
|
* Add missing sceKernelTryLockLwMutexFrancisco José García García2017-12-011-0/+1
|
* Add ksceKernelCpuGetCpuId NIDSergi Granell2017-11-301-30/+38
|
* Add ksceDisplaySetFrameBufInternalRinnegatamante2017-11-291-0/+13
|
* Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits (#255)Sergi Granell2017-11-298-11/+527
| | | | | | | | | | | | * Add psp2kern/{lowio/pervasive.h, power.h, syscon.h, uart.h}, minor nits * Fix psp2kern/power.h kernelgroup * Remove stray kscePervasiveUartSetBaudrate from psp2kern/uart.h * Add missing docs * Documentation improvements
* Doc indentation changes (#253)Rinnegatamante2017-11-281-8/+8
|
* Remove misleading note (docs)Robin B2017-11-281-1/+0
|
* Add more kernel threadmgr NIDs, psp2kern/kernel/threadmgr.h cleanupsSergi Granell2017-11-131-193/+196
|
* Fix psp2kern/types.h include in psp2kern headersSergi Granell2017-11-139-10/+10
|
* rename sceIdStorageIsReadOnly -> vshIdStorageIsReadOnlyJoel162017-11-131-1/+1
|
* Add ksceKernelGetMemBlockTypeSergi Granell2017-11-081-4/+14
|
* Bring up SceVshBridgeJoel162017-11-061-0/+42
|
* Update SceKernelAllocMemBlockAttrSergi Granell2017-10-301-1/+3
|
* Various fix/update to modulemgr.hRémy F2017-10-291-10/+7
| | | | | | Fix invalid module_stop definition Add missing module_exit Change module_* to function pointer
* Add more SceKernelAllocMemBlockAttr infoSergi Granell2017-10-271-21/+24
|
* Add more docs to psp2kern/kernel/sysmem.hSergi Granell2017-10-271-4/+21
|
* Update psp2kern/kernel/sysmem.hSergi Granell2017-10-271-46/+81
|
* Add ksceDisplayGetFrameBufInfoForPid NID and prototypeSergi Granell2017-10-271-0/+27
|
* Fix Display functions namingSergi Granell2017-10-262-17/+17
|
* Fix sceDisplayGetPrimaryHead, add ksceDisplayGetPrimaryHeadSergi Granell2017-10-262-2/+7
|
* More SceDisplay NIDs, update psp2/display.hSergi Granell2017-10-262-1/+23
|
* 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
|
* Fix typoFrancisco José García García2017-10-261-1/+1
|
* 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
|
* Merge pull request #227 from Rinnegatamante/kern_anonSunguk Lee2017-10-0915-1180/+958
|\ | | | | Named anonymous enums in psp2kern
| * Hexa -> uppercasedevnoname1202017-10-085-288/+288
| |
| * 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
* | Rename sceCompatGetDevInfo to sceCompatGetDevInfSunguk Lee2017-10-081-1/+1
| | | | | | | | Related #201
* | Add some sceAVConfig volume functionsJoel162017-10-081-0/+35
|/
* Add ksceDisplayWaitVblankStartMultiRobin B2017-10-011-0/+7
|