summaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2017-06-22ksceDebugPrintf2 (unknow name) and definitioncpasjuste1-0/+2
2017-06-22change SceDebugForDriver printf naming and add definitioncpasjuste1-0/+2
2017-06-22Added two more enums buttons in kernel! (#195)David Nuñez1-1/+3
* Added two more enums buttons! * Fix label of headphone. * Rename by recommendation of devnoname120.
2017-06-22Added two more enums buttons! (#194)David Nuñez1-1/+3
* Added two more enums buttons! * Fix headphone label. * Rename by recommendation of devnoname120.
2017-06-21Fix SceUsbStorVstorTypeSunguk Lee1-2/+2
remain #179 bugs. change to SceUsbstorVstorType
2017-06-21Manually revert #179 changesSunguk Lee6-14/+14
- 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
2017-06-15Added new NIDsTheOfficialFloW1-0/+3
2017-06-15Add UART, syscon, I2C nids. Add I2C header.Sergi Granell1-0/+39
2017-06-15Named anonymous enums in psp2. (#179)Rinnegatamante15-342/+341
* Named anonymous enums in psp2. Named anonymous enums in psp2. * Properly sorted enums. * Several modifications (see desc) Added some missing info, fixed identation in some places, aligned all enums and comments with spaces as delimiters, replaced decimal negative errorcode in location.h with hexadecimal one, added some comments and fixed some documentation comments. * Minor fixes in identation. * Yet another minor identation fix. * Fixed enums in structs. * Reverted SceBool changes. * SceBool fix. * Fix for compilation with g++- * Added some doc references in jpegenc. * Fixed some references.
2017-06-14Add SceRegMgrForDriver functionsJoel161-0/+84
2017-06-14Removed next entryTheOfficialFloW1-2/+1
2017-06-12Add ksceCtrlRegisterVirtualControllerDriver related thingsSunguk Lee1-0/+28
- add nid - declare function prototype and param structure
2017-06-02Add SceHid Mouse functions (#182)meetpatty1-12/+36
2017-06-02Fix ksceNetSend() and ksceNetRecv() (#177)devnoname1201-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
2017-05-25Add SceHid keyboard functions (#181)meetpatty1-0/+48
2017-05-16Added sceKernelPowerLock sceKernelPowerUnlock (#176)Yifan Lu1-0/+18
2017-05-14Added dmac functions (#173)TheOfficialFloW2-0/+68
Added dmac functions
2017-05-13Added new function: ksceKernelStartModuleForPidYifan Lu1-0/+1
2017-05-13Added sysmem uid object reference counting functionsYifan Lu1-0/+38
Removed duplicate NID ksceSysrootUseExternalStorage == ksceSysrootIsManufacturingMode Added headder for ksceSysrootIsManufacturingMode
2017-05-14Fix code style of power.hSunguk Lee1-8/+9
- softtab to hardtab - missing semicolon
2017-05-13Fix callback functions and add some enumsFrancisco José García García1-1/+9
2017-05-11Add sceRegMgr functions (#169)Joel161-0/+84
Add sceRegMgr functions
2017-05-11Fixed a couple function descriptions and added a few missing functions in ↵Joel161-4/+32
ScePower (#168) * Include a few missing scePower functions * Fixed function descriptions * Fixed voltage units in function description
2017-05-04Update usbd.hYifan Lu1-1/+1
Argument 1 was wrong
2017-04-26Added missing typedef breaking vitasdkkern.hRinnegatamante1-1/+1
Added missing typedef breaking vitasdkkern.h
2017-04-13Add some brightness functionsdevnoname1201-0/+34
2017-04-11Added missing kernel IO headers. (#160)Rinnegatamante1-0/+33
* Added missing kernel IO headers. Added missing kernel IO headers.
2017-04-10Typedef udcd structuresSergi Granell1-55/+69
2017-04-10Fix UDCD error codeSergi Granell1-1/+1
2017-04-10Add GPIO header and more NIDs (#158)Sergi Granell2-0/+62
* Add GPIO header and more NIDs * Add ksceSysconCtrlLED NID * Add ksceKernelCpuSuspendIntr and ksceKernelCpuResumeIntr NIDs * Add GPIO to the docs
2017-04-10Revert "Update ctrl.h (#155)"Sunguk Lee1-26/+0
This reverts commit 553ecf9a6cd6ee373fec6b826213cbb31844bcc9.
2017-04-09Update ctrl.h (#155)rereprep1-0/+26
2017-04-02Add ksceUsbdInterruptTransfer NIDSergi Granell1-0/+6