summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename iofilemgr headersReiko Asakura2021-01-2010-0/+0
|
* Add scejpegenc.h for kernelReiko Asakura2021-01-201-0/+1
|
* Remove dupe: ctrl.hReiko Asakura2021-01-192-355/+16
|
* Remove dupe: processmgr.hReiko Asakura2021-01-192-75/+6
|
* Remove dupe: modulemgr.hReiko Asakura2021-01-192-141/+14
|
* Remove dupe: kernel/threadmgr.hReiko Asakura2021-01-193-2630/+9
|
* Remove dupe: sysmem relatedReiko Asakura2021-01-193-311/+13
|
* Remove dupe: kernel/cpu.hReiko Asakura2021-01-192-11/+5
|
* Remove dupe: sysmodule.hReiko Asakura2021-01-161-105/+6
|
* Remove dupe: display.hReiko Asakura2021-01-161-132/+1
|
* Remove dupe: appmgr.hReiko Asakura2021-01-162-117/+4
|
* Remove kscePowerSetGpuClockFrequencyReiko Asakura2021-01-151-10/+0
|
* Fix ScePower NIDs and prototypePrincess of Sleeping2021-01-041-3/+3
|
* Add gxm and gpu internal functionsGrapheneCt2021-01-153-0/+90
|
* Remove incorrect defn in psp2/promoterutil.hReiko Asakura2020-11-231-6/+5
|
* Add SceKernelAllocMemBlockOptInternalReiko Asakura2020-11-211-0/+10
|
* Add prototype for sceAppMgrGrowMemory{,3}GrapheneCt2020-11-211-0/+16
|
* Add doc for sceAppMgrSendNotificationRequestReiko Asakura2020-11-211-2/+7
|
* Add some comments for SceIniFileProcessorReiko Asakura2020-11-081-3/+3
|
* Additions for SceAudiocodecGrapheneCt2020-11-081-8/+190
|
* SceIniFileProcessor: shuffle starsReiko Asakura2020-11-051-4/+4
|
* Add prototype sceGxmCheckMappedMemoryReiko Asakura2020-11-041-0/+21
|
* Changes for SceNotificationUtilReiko Asakura2020-11-041-22/+34
|
* Changes to SceShaccCg headersReiko Asakura2020-11-013-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 iUpdateTimingModeReiko Asakura2020-11-012-8/+12
|
* Add SceMotion ext and internal funcsGrapheneCt2020-10-241-0/+109
|
* Added ShaccCg HeadersSonicMastr2020-10-163-0/+1188
| | | https://github.com/DolceSDK/headers/pull/12
* Add psp2/audiocodec.hGrapheneCt2020-10-131-0/+26
|
* Add memblock.hReiko Asakura2020-10-102-79/+267
|
* SceIniFileProcessor: fixes for type and namesReiko Asakura2020-10-021-9/+10
|
* Add sceAppMgrSendNotificationRequestGrapheneCt2020-10-011-0/+10
|
* Fix param type error in kernel/iofilemgr/syscall.hReiko Asakura2020-10-011-11/+11
|
* Add gim.hGrapheneCt2020-09-231-0/+365
|
* Add PowerVR service functions and errorsReiko Asakura2020-09-231-0/+190
|
* Refactor SceGxmInternal headersReiko Asakura2020-09-238-34/+506
|
* Add SceFios2KernelPrincess of Sleeping2020-09-231-0/+88
| | | https://github.com/DolceSDK/headers/pull/11
* Remove functions for old firmware versionsReiko Asakura2020-09-211-2/+0
|
* Refactor SceGxm headersReiko Asakura2020-09-221-5/+3
|
* Remove deprecated headersReiko Asakura2020-09-223-19/+0
|
* Make errors signedReiko Asakura2020-09-1921-466/+466
|
* Add SceKernelForMono functionsGrapheneCt2020-09-181-0/+28
| | | | Credits: Graphene
* Indent with tabs instead of spacesReiko Asakura2020-09-183-53/+53
|
* Merge vitasdkReiko Asakura2020-09-171-1/+7
|\
| * Fix ksceKernelCpuUnrestrictedMemcpy alignment mistake. (#468)Princess of Sleeping2020-09-161-1/+7
| | | | | | | | | | * Fix ksceKernelCpuUnrestrictedMemcpy alignment mistake. * Remove unnecessary if branches
* | Add SceIniFileProcessorGrapheneCt2020-09-141-0/+198
| | | | | | | | Credits: Graphene
* | Merge VitasdkReiko Asakura2020-09-143-37/+112
|\ \
| * | Revert vitasdk commitsReiko Asakura2020-09-141-23/+17
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "travis: Install libclang1-9 and libclang-cpp9 for doxygen" This reverts commit 18133956d69a0f02feb42cc441c013bfd84b6388. Revert "travis: Bump ubuntu version to 20.04" This reverts commit 5dee9e2f731747cbeff8003c05373dcd51557bee. Revert "travis: Bump up doxygen version to 1.8.20" This reverts commit 29b1e2243f12ea7f1dccfa1d182d858fb27ea949. Revert "Properly populated ScePowerCallbackType enum." This reverts commit faf03c48bdd0c698f8c5cd14947821de8ea71f6b. Revert "Added some prototypes for command lists and deferred contexts." This reverts commit 77791c80439a341e0ac05a2eb8f52f483f304428.
| * Add SceProcEvent (#466)Princess of Sleeping2020-09-031-0/+73
| | | | | | | | | | | | | | * add SceProcEvent * Create proc_event.h * Fix args name
| * Refactor ksceKernelCpuUnrestrictedMemcpyPrincess of Sleeping2020-08-121-6/+5
| | | | | | | | apply memcpy and volatile
| * Fix return type of SceCpuPrincess of Sleeping2020-08-121-31/+11
| |