Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-03-28 | Typo fixing, and misnamed struct (#151) | Hexxellor | 1 | -1/+1 | |
* Fixing Mostly Harmless Typos This fixes a bunch of miscellaneous typos and grammatical mistakes in the source which were mostly harmless with the exception of the ScreenShotParam in psp2/screenshot.h which didn’t match the name of the struct causing it to fail when using that header. | |||||
2016-11-17 | Documentation: Simplify grouping | devnoname120 | 1 | -1/+0 | |
2016-11-13 | All files should be added to the documentation now | devnoname120 | 1 | -0/+2 | |
2016-11-02 | kernel development headers (#67) | Davee | 1 | -0/+27 | |
* 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-08-29 | Added missing __cplusplus guards. | codestation | 1 | -0/+8 | |
2016-01-22 | Fixed sceKernelUnloadModule | TheOfficialFloW | 1 | -7/+19 | |