summaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-27Add more docs to psp2kern/kernel/sysmem.hSergi Granell1-4/+21
2017-10-27Update psp2kern/kernel/sysmem.hSergi Granell1-46/+81
2017-10-27Add ksceDisplayGetFrameBufInfoForPid NID and prototypeSergi Granell1-0/+27
2017-10-26Fix Display functions namingSergi Granell2-17/+17
2017-10-26Fix sceDisplayGetPrimaryHead, add ksceDisplayGetPrimaryHeadSergi Granell2-2/+7
2017-10-26More SceDisplay NIDs, update psp2/display.hSergi Granell2-1/+23
2017-10-26Even more SceDisplayForDriver NIDs, Update pspkern/display.hSergi Granell1-0/+15
2017-10-26More SceDisplayForDriver NIDs, Update pspkern/display.hSergi Granell1-1/+33
2017-10-26More SceThreadmgrForDriver, SceDisplayForDriver NIDs, update psp2kern/display.hSergi Granell2-1/+82
2017-10-26Update SceUdcdDriverSergi Granell1-3/+3
2017-10-25Update UDCDSergi Granell1-2/+2
2017-10-25Add more NIDs, update udcd.hSergi Granell1-8/+18
2017-10-26Fix typoFrancisco José García García1-1/+1
2017-10-24Const correctness in psp2kern/kernel/cpu.hSergi Granell1-8/+8
2017-10-14Missing commas.Rinnegatamante1-12/+12
2017-10-13psp2kern/udcd.h: fix a broken headerxyzz1-10/+10
2017-10-08Hexa -> uppercasedevnoname1205-288/+288
2017-10-08Rename sceCompatGetDevInfo to sceCompatGetDevInfSunguk Lee1-1/+1
Related #201
2017-10-08Add some sceAVConfig volume functionsJoel161-0/+35
2017-10-06Using upper case chars.Rinnegatamante1-4/+4
2017-10-06Fix identation.Rinnegatamante1-1/+1
2017-10-06Using Doxygen comment.Rinnegatamante1-1/+1
2017-10-05Named SceSCtrlExternalInputMode.Rinnegatamante1-2/+2
2017-10-05Named anonymous enums in psp2kernRinnegatamante12-1126/+904
Named anonymous enums in psp2kern
2017-10-01Add ksceDisplayWaitVblankStartMultiRobin B1-0/+7
2017-09-30Better doc, added Savedata related funcs. (#222)Rinnegatamante1-57/+348
* Better doc, added Savedata related funcs. * Added back erroneously deleted funcs. Added back erroneously deleted funcs.
2017-09-24Change wrong sce_paf_private functiondevnoname1201-0/+1
2017-09-23Add some sce_paf_private functionsdevnoname1201-0/+6
2017-09-19Add ksceDisplayWaitVblankStartRobin B1-0/+5
2017-09-16Added sceAppMgrGameDataMount headerTheOfficialFloW1-0/+3
2017-09-14Update appmgr.hTheOfficialFloW1-2/+2
2017-09-14Update appmgr.hTheOfficialFloW1-0/+6
2017-09-09Added more sysmodule definitionsTheOfficialFloW1-4/+62
2017-08-11Added headers for SceSblAIMgrForDriverYifan Lu1-0/+25
2017-08-06Add more display and I2C NIDsSergi Granell1-0/+1
2017-08-01Added scePowerGet/SetUsingWireless prototypes.Rinnegatamante1-0/+16
Added scePowerGet/SetUsingWireless prototypes.
2017-07-25Minor stylistic changes.Rinnegatamante2-50/+51
2017-07-24Re-added SCE_CTRL_INTERCEPTED.Rinnegatamante2-0/+2
2017-07-21Renamed INTERCEPTED to PSBUTTON, added a note for shell privileges request.Rinnegatamante2-3/+5
2017-07-21Added SceCompatTheOfficialFloW3-2/+319
2017-07-17Add more SceDisplayForDriver NIDsSergi Granell1-4/+4
2017-07-17Add some SceProcessmgrForDriver NIDsSergi Granell1-0/+16
2017-07-11Add more SceDebugForKernel NIDsSergi Granell1-0/+8
2017-07-11Update I2CSergi Granell1-11/+13
2017-06-30The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfocodestation2-2/+2
2017-06-25fix SCE_EVENT_WAITMULTIPLE (#205)David1-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)David3-0/+27
* - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition
2017-06-25Refactor sceIo headers. (#204)Rinnegatamante2-7/+7
* Refactor sceIo headers. * Typo fix. * Sorted enums. * Added SCE_O_PWLOCK. * Typo fix.
2017-06-23Sort enum values of ctrl.hSunguk Lee2-41/+41