summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Better doc, added Savedata related funcs. (#222)Rinnegatamante2017-09-301-57/+348
| | | | | | | | * Better doc, added Savedata related funcs. * Added back erroneously deleted funcs. Added back erroneously deleted funcs.
* Merge pull request #219 from devnoname120/sce_paf_privateTheOfficialFloW2017-09-251-0/+7
|\ | | | | Add some sce_paf_private functions
| * Change wrong sce_paf_private functiondevnoname1202017-09-241-0/+1
| |
| * Add some sce_paf_private functionsdevnoname1202017-09-231-0/+6
| |
* | Add ksceDisplayWaitVblankStartRobin B2017-09-191-0/+5
| |
* | Added sceAppMgrGameDataMount headerTheOfficialFloW2017-09-161-0/+3
| |
* | Update appmgr.hTheOfficialFloW2017-09-141-2/+2
| |
* | Update appmgr.hTheOfficialFloW2017-09-141-0/+6
|/
* Added more sysmodule definitionsTheOfficialFloW2017-09-091-4/+62
|
* Added headers for SceSblAIMgrForDriverYifan Lu2017-08-111-0/+25
|
* Add more display and I2C NIDsSergi Granell2017-08-061-0/+1
|
* Added scePowerGet/SetUsingWireless prototypes.Rinnegatamante2017-08-011-0/+16
| | | | Added scePowerGet/SetUsingWireless prototypes.
* Minor stylistic changes.Rinnegatamante2017-07-252-50/+51
|
* Re-added SCE_CTRL_INTERCEPTED.Rinnegatamante2017-07-242-0/+2
|
* Renamed INTERCEPTED to PSBUTTON, added a note for shell privileges request.Rinnegatamante2017-07-212-3/+5
|
* Added SceCompatTheOfficialFloW2017-07-213-2/+319
|
* 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-302-2/+2
|
* fix SCE_EVENT_WAITMULTIPLE (#205)David2017-06-251-1/+1
|
* Added new NIDs and new headers (#196)TheOfficialFloW2017-06-254-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
* add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202)David2017-06-253-0/+27
| | | | | | | * - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition
* Refactor sceIo headers. (#204)Rinnegatamante2017-06-252-7/+7
| | | | | | | | | | | | * Refactor sceIo headers. * Typo fix. * Sorted enums. * Added SCE_O_PWLOCK. * Typo fix.
* Sort enum values of ctrl.hSunguk Lee2017-06-232-41/+41
|
* 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.
* Added two more enums buttons! (#194)David Nuñez2017-06-221-1/+3
| | | | | | | | * Added two more enums buttons! * Fix headphone label. * Rename by recommendation of devnoname120.
* Fix SceUsbStorVstorTypeSunguk Lee2017-06-211-2/+2
| | | | remain #179 bugs. change to SceUsbstorVstorType
* Manually revert #179 changesSunguk Lee2017-06-216-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
* 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
| |
* | Named anonymous enums in psp2. (#179)Rinnegatamante2017-06-1515-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.
* Removed next entryTheOfficialFloW2017-06-141-2/+1
|
* Add ksceCtrlRegisterVirtualControllerDriver related thingsSunguk Lee2017-06-121-0/+28
| | | | | - add nid - declare function prototype and param structure
* Add SceHid Mouse functions (#182)meetpatty2017-06-021-12/+36
|
* 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
* Add SceHid keyboard functions (#181)meetpatty2017-05-251-0/+48
|
* Added sceKernelPowerLock sceKernelPowerUnlock (#176)Yifan Lu2017-05-161-0/+18
|
* Added dmac functions (#173)TheOfficialFloW2017-05-142-0/+68
| | | 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
* Fix code style of power.hSunguk Lee2017-05-141-8/+9
| | | | | - softtab to hardtab - missing semicolon
* Fix callback functions and add some enumsFrancisco José García García2017-05-131-1/+9
|
* Add sceRegMgr functions (#169)Joel162017-05-111-0/+84
| | | Add sceRegMgr functions
* Fixed a couple function descriptions and added a few missing functions in ↵Joel162017-05-111-4/+32
| | | | | | | | | | ScePower (#168) * Include a few missing scePower functions * Fixed function descriptions * Fixed voltage units in function description