summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use real names of SysEventTheOfficialFloW2017-09-111-3/+3
| | | The original name of the nid is found in SceHid.
* Added more sysmodule definitionsTheOfficialFloW2017-09-091-4/+62
|
* Removed wrong NIDTheOfficialFloW2017-09-081-1/+0
|
* Added more SceLsdb NIDsTheOfficialFloW2017-09-051-0/+5
|
* More syscon and pervasive NIDsSergi Granell2017-08-162-1/+6
|
* Add some pervasive msif NIDsSergi Granell2017-08-131-0/+5
|
* Added headers for SceSblAIMgrForDriverYifan Lu2017-08-111-0/+25
|
* Added NID for ksceKernelTryLockMutexYifan Lu2017-08-111-0/+1
|
* Add more pervasive and syscon NIDs, fix Sysroot and Sysbase NIDsSergi Granell2017-08-093-1/+8
|
* More display NIDsSergi Granell2017-08-071-0/+1
|
* Add some ScePervasiveForDriver NIDsSergi Granell2017-08-061-0/+15
|
* Add more display and I2C NIDsSergi Granell2017-08-063-0/+10
|
* Changed to sceLsdbGetTypeTheOfficialFloW2017-08-051-1/+1
|
* Merge pull request #212 from Rinnegatamante/wirelessSergi Granell2017-08-031-0/+16
|\ | | | | Added scePowerGet/SetUsingWireless prototypes.
| * Added scePowerGet/SetUsingWireless prototypes.Rinnegatamante2017-08-011-0/+16
| | | | | | | | Added scePowerGet/SetUsingWireless prototypes.
* | Changed sceLsdbGetMode to sceLsdbGetStyleTheOfficialFloW2017-08-031-1/+1
| |
* | Added newly reversed SceLsdb nidsTheOfficialFloW2017-08-031-0/+17
|/
* Merge pull request #211 from Rinnegatamante/ctrl-fixxyzz2017-07-252-48/+53
|\ | | | | Added PSBUTTON alias for SCE_CTRL_INTERCEPTED, added a note for shell privileges request.
| * 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-172-4/+6
|
* Add some SceProcessmgrForDriver NIDsSergi Granell2017-07-173-0/+33
|
* Added SceAVConfig NIDsTheOfficialFloW2017-07-141-0/+32
|
* Added ksceSblACMgrIsPspEmuTheOfficialFloW2017-07-141-0/+1
|
* More SceSysconForDriver NIDsSergi Granell2017-07-121-0/+2
|
* Even more ScePowerForDriver NIDsSergi Granell2017-07-121-0/+26
|
* Add ScePowerForDriver display NIDsSergi Granell2017-07-121-0/+2
|
* Add more ScePower NIDsSergi Granell2017-07-111-0/+3
|
* Add more SceDebugForKernel NIDsSergi Granell2017-07-112-0/+11
|
* Update I2CSergi Granell2017-07-113-11/+20
|
* 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-258-4/+180
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Merge pull request #198 from d3m3vilurr/fix-enum-sortFrancisco José García García2017-06-222-41/+41
|\ | | | | Sort enum values of ctrl.h
| * Sort enum values of ctrl.hSunguk Lee2017-06-232-41/+41
|/
* Merge pull request #197 from Cpasjuste/masterSunguk Lee2017-06-232-1/+6
|\ | | | | change SceDebugForDriver printf naming and add definition
| * ksceDebugPrintf2 (unknow name) and definitioncpasjuste2017-06-222-0/+3
| |
| * change SceDebugForDriver printf naming and add definitioncpasjuste2017-06-222-1/+3
|/
* 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-156-0/+10
|
* 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-154-0/+60
| |