Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #79 from devnoname120/master | Francisco José García García | 2016-11-15 | 1 | -0/+9 | |
|\ | | | | | Add NpDrmPackage | |||||
| * | Add NpDrmPackage | devnoname120 | 2016-11-11 | 1 | -0/+9 | |
| | | | | | | | | | | Reversed and documented by @173210. See http://173210.github.io/scenpdrmpackage | |||||
* | | Added more kernel modulemgr imports | Yifan Lu | 2016-11-12 | 1 | -1/+5 | |
| | | ||||||
* | | Fix usbserial function names (#84) | Tim Keller | 2016-11-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | * Changed functions to ForKernel * missed one! * Modify sceUsbSerialGetLen to sceUsbSerialGetRecvBufferSize Modify sceUsbSerialGetLenForKernel to sceUsbSerialGetRecvBufferSizeForKernel | |||||
* | | Add DB defines and Header for SceUsbSerial (#81) | Tim Keller | 2016-11-11 | 1 | -0/+24 | |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added DB defines for SceUsbSerial Added in header for SceUsbSerial * Changed to usbserial.h updated db.json to camelCase Fixed spelling errors in usbserial.h added documentation from wiki to usbserial.h * sceUsbSerialget_len -> sceUsbSerialGetLen sceUsbSerialget_lenForKernel -> sceUsbSerialGetLenForKernel * Dangit missed some information on the wiki! * fix camelCase. * fix some formatting issues * Split usbserial.h to psp2kern/kernel/usbserial.h fix some documentation. * Moved kernel defines for usbserial.h to appropriate folder Fix preprocessor macros update copyright * Git decided my changes were not important and chose to ignore them | |||||
* | Update db.json | TheOfficialFloW | 2016-11-05 | 1 | -0/+11 | |
| | ||||||
* | remove unnecessary libgcc symbols from SceSysclibForDriver | Davee | 2016-11-05 | 1 | -2/+0 | |
| | ||||||
* | Revert "Added some SceShellUtil functions" | Davee | 2016-11-03 | 1 | -11/+0 | |
| | ||||||
* | Update db.json | TheOfficialFloW | 2016-11-03 | 1 | -0/+11 | |
| | ||||||
* | kernel development headers (#67) | Davee | 2016-11-02 | 9 | -160/+343 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | Add sceCtrlGetBatteryInfo and update SceCtrlData | Sunguk Lee | 2016-09-27 | 1 | -0/+1 | |
| | | | | | - Add function define - Update LT/RT field of SceCtrlData | |||||
* | Add more SceCtrl NIDs | Sunguk Lee | 2016-09-18 | 1 | -0/+9 | |
| | ||||||
* | Merge pull request #49 from himanshugoel2797/patch-4 | xyzz | 2016-09-15 | 1 | -0/+1 | |
|\ | | | | | Added sceKernelGetModel signature and NID | |||||
| * | Added sceKernelGetModel NID | Himanshu Goel | 2016-09-10 | 1 | -0/+1 | |
| | | ||||||
* | | Fix library nid of SceMusicExport | TheOfficialFloW | 2016-09-14 | 1 | -1/+1 | |
|/ | ||||||
* | added sceKernelGetThreadTLSAddr and sceKernelGetTLSAddr | Davee | 2016-09-04 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #32 from 173210/master | xyzz | 2016-09-03 | 1 | -0/+1 | |
|\ | | | | | Add sceKernelGetSystemTimeWide | |||||
| * | Add sceKernelGetSystemTimeWide | 173210 | 2016-09-01 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #34 from ralekdev/more_SceAppMgrUser | xyzz | 2016-09-03 | 1 | -0/+103 | |
|\ \ | | | | | | | Add more SceAppMgrUser nids | |||||
| * | | Add more SceAppMgrUser nids | Lee Harrison | 2016-09-01 | 1 | -0/+103 | |
| | | | | | | | | | | | | Exported from driver_us.suprx | |||||
* | | | Fixed undefined reference in libSceGxm_stub.a | FirebirdTA01 | 2016-09-03 | 1 | -1/+1 | |
|/ / | | | | | | | Changed sceGxmGetRenderTargetMemSize to sceGxmGetRenderTargetMemSizes | |||||
* | | Remove duplicate ScePhotoExport library | Lee Harrison | 2016-09-01 | 1 | -1/+3 | |
| | | | | | | | | The nids present were already included in the first library (#145) | |||||
* | | Completed SceAppMgr | TheOfficialFloW | 2016-09-01 | 1 | -0/+173 | |
| | | ||||||
* | | Completed scePower | TheOfficialFloW | 2016-09-01 | 1 | -0/+21 | |
|/ | ||||||
* | Add ScePhotoExport | Jeffrey Pfau | 2016-08-21 | 1 | -3/+1 | |
| | ||||||
* | Added _sceAppMgrLaunchAppByName2ForShell | Himanshu Goel | 2016-08-21 | 1 | -0/+1 | |
| | ||||||
* | Add SceVshBridge. | xyzz | 2016-08-17 | 1 | -0/+194 | |
| | ||||||
* | Add sceKernelGetRandomNumber | xyzz | 2016-08-15 | 1 | -0/+4 | |
| | ||||||
* | Add sceCtrlSetLightBar | Jeffrey Pfau | 2016-08-14 | 1 | -0/+1 | |
| | ||||||
* | Add sceCtrlSetActuator | Jeffrey Pfau | 2016-08-08 | 1 | -0/+1 | |
| | ||||||
* | Fixed 5 library nids | TheOfficialFloW | 2016-08-08 | 2 | -4/+4 | |
| | ||||||
* | Fix sysmodule NIDs and remove a dupe | xyzz | 2016-07-27 | 1 | -1/+1 | |
| | ||||||
* | Added more internal functions for SceSysmodule | Yifan Lu | 2016-07-27 | 1 | -2/+4 | |
| | ||||||
* | Update library NIDs in db.json to correct values | xyzz | 2016-07-27 | 47 | -58/+58 | |
| | ||||||
* | Added new NIDs | TheOfficialFloW | 2016-01-22 | 59 | -125/+233 | |
| | ||||||
* | Adds BusClockFrequency and GpuClockFrequency to db.json. | Glenn Anderson | 2015-08-23 | 1 | -0/+4 | |
| | ||||||
* | Overlooked one library when renaming. | Glenn Anderson | 2015-08-15 | 1 | -1/+1 | |
| | ||||||
* | Library and module names are now correct in the NID JSON according to what ↵ | Glenn Anderson | 2015-08-15 | 23 | -219/+211 | |
| | | | | psp2sdk has. | |||||
* | Makes library/module NIDs unique. | Glenn Anderson | 2015-08-15 | 64 | -128/+128 | |
| | ||||||
* | Adds initial NID JSON database. | Glenn Anderson | 2015-08-15 | 65 | -0/+2571 | |