Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge common: dmacmgr | Reiko Asakura | 2021-01-20 | 2 | -46/+7 |
| | |||||
* | Merge common: iofilemgr | Reiko Asakura | 2021-01-20 | 10 | -760/+348 |
| | |||||
* | Remove dupe: iofilemgr | Reiko Asakura | 2021-01-20 | 13 | -724/+25 |
| | |||||
* | Rename iofilemgr headers | Reiko Asakura | 2021-01-20 | 10 | -0/+0 |
| | |||||
* | Add scejpegenc.h for kernel | Reiko Asakura | 2021-01-20 | 1 | -0/+1 |
| | |||||
* | Remove dupe: ctrl.h | Reiko Asakura | 2021-01-19 | 2 | -355/+16 |
| | |||||
* | Remove dupe: processmgr.h | Reiko Asakura | 2021-01-19 | 2 | -75/+6 |
| | |||||
* | Remove dupe: modulemgr.h | Reiko Asakura | 2021-01-19 | 2 | -141/+14 |
| | |||||
* | Remove dupe: kernel/threadmgr.h | Reiko Asakura | 2021-01-19 | 3 | -2630/+9 |
| | |||||
* | Remove dupe: sysmem related | Reiko Asakura | 2021-01-19 | 3 | -311/+13 |
| | |||||
* | Remove dupe: kernel/cpu.h | Reiko Asakura | 2021-01-19 | 2 | -11/+5 |
| | |||||
* | Remove dupe: sysmodule.h | Reiko Asakura | 2021-01-16 | 1 | -105/+6 |
| | |||||
* | Remove dupe: display.h | Reiko Asakura | 2021-01-16 | 1 | -132/+1 |
| | |||||
* | Remove dupe: appmgr.h | Reiko Asakura | 2021-01-16 | 2 | -117/+4 |
| | |||||
* | Update build script | Reiko Asakura | 2020-11-01 | 3 | -47/+119 |
| | |||||
* | Add SceLibMonoBridge functions | Reiko Asakura | 2021-02-01 | 1 | -4/+11 |
| | |||||
* | Correct function names in SceKblForKernel | Reiko Asakura | 2021-01-15 | 1 | -18/+18 |
| | |||||
* | Remove kscePowerSetGpuClockFrequency | Reiko Asakura | 2021-01-15 | 2 | -11/+0 |
| | |||||
* | Add SceFt2 NIDs | Reiko Asakura | 2021-01-15 | 1 | -0/+170 |
| | |||||
* | Fix ScePower NIDs and prototype | Princess of Sleeping | 2021-01-04 | 2 | -9/+24 |
| | |||||
* | Add gxm and gpu internal functions | GrapheneCt | 2021-01-15 | 5 | -0/+98 |
| | |||||
* | Add SceKblForKernel nids | Princess of Sleeping | 2021-01-09 | 1 | -0/+36 |
| | | | | From https://github.com/Princess-of-Sleeping/ScePsp2BootConfig-PDEL/blob/master/extra.yml | ||||
* | Add NIDs in ScePsp2Compat | GrapheneCt | 2021-01-09 | 1 | -0/+35 |
| | |||||
* | Add .editorconfig to enforce tab setting | Reiko Asakura | 2021-01-07 | 1 | -0/+5 |
| | | | | Will look better on Github. | ||||
* | Remove incorrect defn in psp2/promoterutil.h | Reiko Asakura | 2020-11-23 | 1 | -6/+5 |
| | |||||
* | Add SceKernelAllocMemBlockOptInternal | Reiko Asakura | 2020-11-21 | 1 | -0/+10 |
| | |||||
* | Add prototype for sceAppMgrGrowMemory{,3} | GrapheneCt | 2020-11-21 | 1 | -0/+16 |
| | |||||
* | Add doc for sceAppMgrSendNotificationRequest | Reiko Asakura | 2020-11-21 | 1 | -2/+7 |
| | |||||
* | Add some comments for SceIniFileProcessor | Reiko Asakura | 2020-11-08 | 1 | -3/+3 |
| | |||||
* | Additions for SceAudiocodec | GrapheneCt | 2020-11-08 | 2 | -8/+193 |
| | |||||
* | SceIniFileProcessor: shuffle stars | Reiko Asakura | 2020-11-05 | 1 | -4/+4 |
| | |||||
* | Add prototype sceGxmCheckMappedMemory | Reiko Asakura | 2020-11-04 | 1 | -0/+21 |
| | |||||
* | Changes for SceNotificationUtil | Reiko Asakura | 2020-11-04 | 1 | -22/+34 |
| | |||||
* | Changes to SceShaccCg headers | Reiko Asakura | 2020-11-01 | 3 | -227/+141 |
| | | | | | | | | 1. Added some comments about overall usage. 2. Removed non-existent functions 3. Use standard types instead of SCE types. In particular, SceChar8 is signed char which is not the same type as char, even though they are both signed 8 bit numbers. | ||||
* | SceDisplay: use real names for iUpdateTimingMode | Reiko Asakura | 2020-11-01 | 2 | -8/+12 |
| | |||||
* | libScePiglet: add function NIDs | GrapheneCt | 2020-10-29 | 1 | -0/+189 |
| | | | | Credits: GrapheneCt, SonicMastr | ||||
* | Simplify building and installing stubs | Reiko Asakura | 2020-10-27 | 1 | -4/+29 |
| | |||||
* | ScePsp2Compat: add and fix NIDs | GrapheneCt | 2020-10-24 | 1 | -3/+71 |
| | |||||
* | Add scePafMiscInitializeInputMethodExt | GrapheneCt | 2020-10-24 | 1 | -0/+1 |
| | |||||
* | Add SceMotion ext and internal funcs | GrapheneCt | 2020-10-24 | 2 | -0/+120 |
| | |||||
* | Added ShaccCg Headers | SonicMastr | 2020-10-16 | 4 | -0/+1226 |
| | | | https://github.com/DolceSDK/headers/pull/12 | ||||
* | Add psp2/audiocodec.h | GrapheneCt | 2020-10-13 | 2 | -0/+36 |
| | |||||
* | Add memblock.h | Reiko Asakura | 2020-10-10 | 2 | -79/+267 |
| | |||||
* | SceIniFileProcessor: fixes for type and names | Reiko Asakura | 2020-10-02 | 2 | -13/+14 |
| | |||||
* | Add sceAppMgrSendNotificationRequest | GrapheneCt | 2020-10-01 | 1 | -0/+10 |
| | |||||
* | Fix param type error in kernel/iofilemgr/syscall.h | Reiko Asakura | 2020-10-01 | 1 | -11/+11 |
| | |||||
* | Add many functions in ScePsp2Compat | GrapheneCt | 2020-09-26 | 1 | -0/+204 |
| | |||||
* | Add gim.h | GrapheneCt | 2020-09-23 | 1 | -0/+365 |
| | |||||
* | Add PowerVR service functions and errors | Reiko Asakura | 2020-09-23 | 2 | -0/+232 |
| | |||||
* | Refactor SceGxmInternal headers | Reiko Asakura | 2020-09-23 | 9 | -42/+533 |
| |