summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
| * Properly populated ScePowerCallbackType enum.Rinnegatamante2020-08-071-17/+23
| |
| * Add sceKernelWaitSignal and sceKernelSendSignal (#462)Sunho Kim2020-08-031-0/+23
| | | | | | | | | | | | | | * Add sceKernelWaitSignal and sceKernelSendSignal * Update threadmgr.h * Update threadmgr.h
* | Add noreturn attribute to sceClibAbortReiko Asakura2020-09-141-0/+1
| |
* | Add ScePafStdc function prototypesReiko Asakura2020-09-051-0/+3
| |
* | Add thread related function and typesGrapheneCt2020-09-053-15/+28
| | | | | | | | Credits: Graphene
* | Add paf wchar functions prototypesReiko Asakura2020-09-051-0/+32
| | | | | | | | | | | | | | Note that there is no attribute for format wprintf. See this GCC ticket from 2015: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862
* | Add const qualifier and attributeReiko Asakura2020-09-023-11/+21
| |
* | Add prototype for sceClibStrtollReiko Asakura2020-09-011-0/+2
| |
* | Add SceVshBridge, SceAVConfig consts and protosReiko Asakura2020-09-012-1/+13
| |
* | Add SceRegMgrForSDK function prototypesReiko Asakura2020-09-011-1/+64
| |
* | Add scePafCes functionsReiko Asakura2020-09-011-0/+48
| |
* | Add SceGxmInternal functionsGrapheneCt2020-08-281-0/+36
| | | | | | | | Thanks to Graphene
* | Rename sce_paf_private -> sce_pafGrapheneCt2020-08-281-20/+20
| | | | | | | | Due to official name found in old version of paf module by Graphene.
* | SceSysclib, SceRtabi: fix and add all NIDsReiko Asakura2020-08-201-16/+0
| |