Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-04 | Added SCE_KERNEL_MEMBLOCK_TYPE_KERNEL_RW | Yifan Lu | 1 | -0/+1 | |
2016-11-03 | Revert "Added some SceShellUtil functions" | Davee | 1 | -72/+0 | |
2016-11-03 | Add shellutil header | TheOfficialFloW | 1 | -0/+72 | |
2016-11-02 | kernel development headers (#67) | Davee | 7 | -0/+1500 | |
* Added some kernel headers * Modified kernel headers * Added suprx loading args to headers * Added kernel modulemgr load/stop nids * Added struct for versioninfo * Added sceKernelMemcpyKernelToUser * Added SceSblACMgr * Added syscall entry/exit stubs * Added strncpy u2k/k2u functions * Wrong offset for version * More kernel adds * Added sceKernelQueueLoadModuleForPid * Added sceKernelGetSystemSwVersion to user headers * Added sceKernelStrncpyUserForPid * Added a couple more kernel apis | |||||
2016-10-18 | Added sceAppMgrUmount (#66) | TheOfficialFloW | 1 | -0/+5 | |
2016-10-02 | Update SceCtrlActuator | Sunguk Lee | 1 | -2/+3 | |
`enable` field split to `small` and `large` These fields mean motor strength, and can be 0 to 0xff | |||||
2016-09-27 | Add sceCtrlGetBatteryInfo and update SceCtrlData | Sunguk Lee | 1 | -1/+17 | |
- Add function define - Update LT/RT field of SceCtrlData | |||||
2016-09-24 | updated threadmgr pipe documentation | Davee | 1 | -22/+22 | |
2016-09-24 | Add SceCtrlPortInfo structure | Sunguk Lee | 1 | -2/+17 | |
2016-09-21 | added size documentation to sceAppMgrGetAppParam | Davee | 1 | -0/+1 | |
2016-09-20 | Add more button defines, and more SceCtrl function defines | Sunguk Lee | 1 | -1/+35 | |
- sceCtrlReadBufferPositiveExt2 - sceCtrlSetSamplingModeExt - sceCtrlGetControllerPortInfo | |||||
2016-09-18 | add return value for sceAppMgrGetAppParam | SMOKE5 | 1 | -0/+1 | |
2016-09-18 | added app param example | SMOKE5 | 1 | -0/+1 | |
2016-09-18 | add sceAppMgrGetAppParam | SMOKE5 | 1 | -0/+3 | |
2016-09-14 | Extended sysmodule enum list | TheOfficialFloW | 1 | -1/+7 | |
2016-09-11 | Added comments and enum | Himanshu Goel | 1 | -0/+16 | |
Added comments and enum for sceKernelGetModel and sceKernelGetModelForCDialog | |||||
2016-09-11 | Added void param to all scePower funcs. | Rinnegatamante | 1 | -12/+12 | |
2016-09-11 | Added SetGpuXbar / GetGpuXbar clock frequency. | Rinnegatamante | 1 | -0/+2 | |
2016-09-10 | Added signature for sceKernelGetModel | Himanshu Goel | 1 | -0/+1 | |
2016-09-09 | Added comment describing the 'name' parameter | Himanshu Goel | 1 | -0/+2 | |
2016-09-09 | Add function signature for _sceAppMgrDestroyAppByName | Himanshu Goel | 1 | -0/+2 | |
2016-09-06 | Add LwCond | Francisco José García García | 1 | -0/+15 | |
2016-09-05 | Removed sceKernelRotateThreadReadyQueue. | Rinnegatamante | 1 | -9/+0 | |
2016-09-04 | added sceKernelGetThreadTLSAddr and sceKernelGetTLSAddr | Davee | 1 | -0/+15 | |
2016-09-04 | Added scePowerSetBusClockFrequency and scePowerSetGpuClockFrequency. | Rinnegatamante | 1 | -1/+3 | |
2016-09-01 | Add sceKernelGetSystemTimeWide | 173210 | 1 | -0/+6 | |
2016-08-29 | Added missing __cplusplus guards. | codestation | 4 | -0/+32 | |
2016-08-28 | Fixed typo | TheOfficialFloW | 1 | -1/+1 | |
2016-08-21 | More SceAppMgr info | Jeffrey Pfau | 1 | -1/+2 | |
2016-08-18 | Include psp2/types.h in ctrl.h | xyzz | 1 | -0/+1 | |
2016-08-17 | Add sceKernelGetProcessId | Jeffrey Pfau | 1 | -0/+7 | |
2016-08-16 | Added sceAppMgrLaunchAppByName2 | Himanshu Goel | 1 | -0/+2 | |
2016-08-15 | Add sceKernelGetRandomNumber | xyzz | 1 | -0/+14 | |
2016-08-14 | Add sceCtrlSetLightBar | Jeffrey Pfau | 1 | -0/+12 | |
2016-08-08 | Add sceCtrlSetActuator | Jeffrey Pfau | 1 | -0/+16 | |
2016-08-05 | Added scePowerSetArmClockFrequency reference. | Rinnegatamante | 1 | -0/+1 | |
Added scePowerSetArmClockFrequency reference. | |||||
2016-08-02 | Add threadmgr LwMutex and power ClockFrequency | ribbid987 | 2 | -1/+20 | |
2016-08-01 | Update wait event flags | Sergi Granell | 1 | -1/+3 | |
2016-01-26 | Added SceKernelAllocMemBlockOpt | TheOfficialFloW | 1 | -4/+14 | |
2016-01-23 | Added sceKernelFindMemBlockByAddr | TheOfficialFloW | 1 | -0/+4 | |
2016-01-22 | Added new NIDs and variable names | TheOfficialFloW | 1 | -6/+25 | |
2016-01-22 | Fixed sceKernelUnloadModule | TheOfficialFloW | 1 | -7/+19 | |
2016-01-22 | Added new NIDs | TheOfficialFloW | 1 | -0/+30 | |
2015-10-12 | Replace remaining PSP2_ with SCE_ | xyzz | 2 | -2/+2 | |
2015-10-11 | Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdk | SMOKE5 | 5 | -101/+101 | |