Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added SceCompat | TheOfficialFloW | 2017-07-21 | 3 | -2/+319 |
| | |||||
* | Add more SceDisplayForDriver NIDs | Sergi Granell | 2017-07-17 | 2 | -4/+6 |
| | |||||
* | Add some SceProcessmgrForDriver NIDs | Sergi Granell | 2017-07-17 | 3 | -0/+33 |
| | |||||
* | Added SceAVConfig NIDs | TheOfficialFloW | 2017-07-14 | 1 | -0/+32 |
| | |||||
* | Added ksceSblACMgrIsPspEmu | TheOfficialFloW | 2017-07-14 | 1 | -0/+1 |
| | |||||
* | More SceSysconForDriver NIDs | Sergi Granell | 2017-07-12 | 1 | -0/+2 |
| | |||||
* | Even more ScePowerForDriver NIDs | Sergi Granell | 2017-07-12 | 1 | -0/+26 |
| | |||||
* | Add ScePowerForDriver display NIDs | Sergi Granell | 2017-07-12 | 1 | -0/+2 |
| | |||||
* | Add more ScePower NIDs | Sergi Granell | 2017-07-11 | 1 | -0/+3 |
| | |||||
* | Add more SceDebugForKernel NIDs | Sergi Granell | 2017-07-11 | 2 | -0/+11 |
| | |||||
* | Update I2C | Sergi Granell | 2017-07-11 | 3 | -11/+20 |
| | |||||
* | The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfo | codestation | 2017-06-30 | 2 | -2/+2 |
| | |||||
* | fix SCE_EVENT_WAITMULTIPLE (#205) | David | 2017-06-25 | 1 | -1/+1 |
| | |||||
* | Added new NIDs and new headers (#196) | TheOfficialFloW | 2017-06-25 | 8 | -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) | David | 2017-06-25 | 3 | -0/+27 |
| | | | | | | | * - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition | ||||
* | Refactor sceIo headers. (#204) | Rinnegatamante | 2017-06-25 | 2 | -7/+7 |
| | | | | | | | | | | | | * Refactor sceIo headers. * Typo fix. * Sorted enums. * Added SCE_O_PWLOCK. * Typo fix. | ||||
* | Merge pull request #198 from d3m3vilurr/fix-enum-sort | Francisco José García García | 2017-06-22 | 2 | -41/+41 |
|\ | | | | | Sort enum values of ctrl.h | ||||
| * | Sort enum values of ctrl.h | Sunguk Lee | 2017-06-23 | 2 | -41/+41 |
|/ | |||||
* | Merge pull request #197 from Cpasjuste/master | Sunguk Lee | 2017-06-23 | 2 | -1/+6 |
|\ | | | | | change SceDebugForDriver printf naming and add definition | ||||
| * | ksceDebugPrintf2 (unknow name) and definition | cpasjuste | 2017-06-22 | 2 | -0/+3 |
| | | |||||
| * | change SceDebugForDriver printf naming and add definition | cpasjuste | 2017-06-22 | 2 | -1/+3 |
|/ | |||||
* | Added two more enums buttons in kernel! (#195) | David Nuñez | 2017-06-22 | 1 | -1/+3 |
| | | | | | | | | * Added two more enums buttons! * Fix label of headphone. * Rename by recommendation of devnoname120. | ||||
* | Added two more enums buttons! (#194) | David Nuñez | 2017-06-22 | 1 | -1/+3 |
| | | | | | | | | * Added two more enums buttons! * Fix headphone label. * Rename by recommendation of devnoname120. | ||||
* | Fix SceUsbStorVstorType | Sunguk Lee | 2017-06-21 | 1 | -2/+2 |
| | | | | remain #179 bugs. change to SceUsbstorVstorType | ||||
* | Manually revert #179 changes | Sunguk Lee | 2017-06-21 | 6 | -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 NIDs | TheOfficialFloW | 2017-06-15 | 6 | -0/+10 |
| | |||||
* | Merge pull request #185 from joel16/master | Sergi Granell | 2017-06-15 | 1 | -0/+84 |
|\ | | | | | Add SceRegMgrForDriver functions | ||||
| * | Add SceRegMgrForDriver functions | Joel16 | 2017-06-14 | 1 | -0/+84 |
| | | |||||
* | | Add UART, syscon, I2C nids. Add I2C header. | Sergi Granell | 2017-06-15 | 4 | -0/+60 |
| | | |||||
* | | Named anonymous enums in psp2. (#179) | Rinnegatamante | 2017-06-15 | 15 | -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 entry | TheOfficialFloW | 2017-06-14 | 1 | -2/+1 |
| | |||||
* | Merge pull request #184 from d3m3vilurr/virtual-ctrl-driver | Sergi Granell | 2017-06-12 | 2 | -0/+29 |
|\ | | | | | Add ksceCtrlRegisterVirtualControllerDriver related things | ||||
| * | Add ksceCtrlRegisterVirtualControllerDriver related things | Sunguk Lee | 2017-06-12 | 2 | -0/+29 |
|/ | | | | | - add nid - declare function prototype and param structure | ||||
* | Add SceHid Mouse functions (#182) | meetpatty | 2017-06-02 | 2 | -12/+38 |
| | |||||
* | Fix ksceNetSend() and ksceNetRecv() (#177) | devnoname120 | 2017-06-02 | 2 | -4/+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) | meetpatty | 2017-05-25 | 2 | -0/+57 |
| | |||||
* | Add sceSblSsUpdateMgrSetBootMode | xyzz | 2017-05-21 | 1 | -0/+8 |
| | |||||
* | Added sceKernelPowerLock sceKernelPowerUnlock (#176) | Yifan Lu | 2017-05-16 | 1 | -0/+18 |
| | |||||
* | Added dmac functions (#173) | TheOfficialFloW | 2017-05-14 | 3 | -0/+82 |
| | | | Added dmac functions | ||||
* | Merge pull request #172 from vitasdk/new-sysmem-stuff | Yifan Lu | 2017-05-14 | 4 | -1/+42 |
|\ | | | | | Added sysmem uid object reference counting functions | ||||
| * | Moved NID from wrong library | Yifan Lu | 2017-05-13 | 1 | -1/+1 |
| | | |||||
| * | Added new function: ksceKernelStartModuleForPid | Yifan Lu | 2017-05-13 | 2 | -0/+2 |
| | | |||||
| * | Added sysmem uid object reference counting functions | Yifan Lu | 2017-05-13 | 2 | -1/+40 |
|/ | | | | | Removed duplicate NID ksceSysrootUseExternalStorage == ksceSysrootIsManufacturingMode Added headder for ksceSysrootIsManufacturingMode | ||||
* | Fix code style of power.h | Sunguk Lee | 2017-05-14 | 1 | -8/+9 |
| | | | | | - softtab to hardtab - missing semicolon | ||||
* | Fix callback functions and add some enums | Francisco José García García | 2017-05-13 | 1 | -1/+9 |
| | |||||
* | Added some ScePaf functions | TheOfficialFloW | 2017-05-13 | 1 | -0/+14 |
| | |||||
* | Add sceRegMgr functions (#169) | Joel16 | 2017-05-11 | 1 | -0/+84 |
| | | | Add sceRegMgr functions | ||||
* | Fixed a couple function descriptions and added a few missing functions in ↵ | Joel16 | 2017-05-11 | 1 | -4/+32 |
| | | | | | | | | | | ScePower (#168) * Include a few missing scePower functions * Fixed function descriptions * Fixed voltage units in function description | ||||
* | Merge pull request #167 from vitasdk/usbd-patch-1 | xyzz | 2017-05-05 | 1 | -1/+1 |
|\ | | | | | Update usbd.h | ||||
| * | Update usbd.h | Yifan Lu | 2017-05-04 | 1 | -1/+1 |
|/ | | | Argument 1 was wrong |