summaryrefslogtreecommitdiff
path: root/include/user (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-20Rename iofilemgr headersReiko Asakura4-0/+0
2021-01-19Remove dupe: ctrl.hReiko Asakura1-194/+8
2021-01-19Remove dupe: processmgr.hReiko Asakura1-74/+5
2021-01-19Remove dupe: modulemgr.hReiko Asakura1-32/+3
2021-01-19Remove dupe: kernel/threadmgr.hReiko Asakura1-1502/+3
2021-01-19Remove dupe: sysmem relatedReiko Asakura2-254/+4
2021-01-16Remove dupe: sysmodule.hReiko Asakura1-105/+6
2021-01-16Remove dupe: display.hReiko Asakura1-132/+1
2021-01-16Remove dupe: appmgr.hReiko Asakura1-116/+3
2021-01-15Add gxm and gpu internal functionsGrapheneCt3-0/+90
2020-11-23Remove incorrect defn in psp2/promoterutil.hReiko Asakura1-6/+5
2020-11-21Add SceKernelAllocMemBlockOptInternalReiko Asakura1-0/+10
2020-11-21Add prototype for sceAppMgrGrowMemory{,3}GrapheneCt1-0/+16
2020-11-21Add doc for sceAppMgrSendNotificationRequestReiko Asakura1-2/+7
2020-11-08Add some comments for SceIniFileProcessorReiko Asakura1-3/+3
2020-11-08Additions for SceAudiocodecGrapheneCt1-8/+190
2020-11-05SceIniFileProcessor: shuffle starsReiko Asakura1-4/+4
2020-11-04Add prototype sceGxmCheckMappedMemoryReiko Asakura1-0/+21
2020-11-04Changes for SceNotificationUtilReiko Asakura1-22/+34
2020-11-01Changes to SceShaccCg headersReiko Asakura3-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.
2020-11-01SceDisplay: use real names for iUpdateTimingModeReiko Asakura1-4/+6
2020-10-24Add SceMotion ext and internal funcsGrapheneCt1-0/+109
2020-10-16Added ShaccCg HeadersSonicMastr3-0/+1188
https://github.com/DolceSDK/headers/pull/12
2020-10-13Add psp2/audiocodec.hGrapheneCt1-0/+26
2020-10-10Add memblock.hReiko Asakura2-79/+267
2020-10-02SceIniFileProcessor: fixes for type and namesReiko Asakura1-9/+10
2020-10-01Add sceAppMgrSendNotificationRequestGrapheneCt1-0/+10
2020-10-01Fix param type error in kernel/iofilemgr/syscall.hReiko Asakura1-11/+11
2020-09-23Add gim.hGrapheneCt1-0/+365
2020-09-23Add PowerVR service functions and errorsReiko Asakura1-0/+190
2020-09-23Refactor SceGxmInternal headersReiko Asakura8-34/+506
2020-09-22Refactor SceGxm headersReiko Asakura1-5/+3
2020-09-22Remove deprecated headersReiko Asakura2-11/+0
2020-09-19Make errors signedReiko Asakura11-59/+59
2020-09-18Add SceKernelForMono functionsGrapheneCt1-0/+28
Credits: Graphene
2020-09-18Indent with tabs instead of spacesReiko Asakura2-45/+45
2020-09-14Add SceIniFileProcessorGrapheneCt1-0/+198
Credits: Graphene
2020-09-14Revert vitasdk commitsReiko Asakura1-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.
2020-09-14Add noreturn attribute to sceClibAbortReiko Asakura1-0/+1
2020-09-05Add ScePafStdc function prototypesReiko Asakura1-0/+3
2020-09-05Add thread related function and typesGrapheneCt1-7/+15
Credits: Graphene
2020-09-05Add paf wchar functions prototypesReiko Asakura1-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
2020-09-02Add const qualifier and attributeReiko Asakura2-10/+15
2020-09-01Add prototype for sceClibStrtollReiko Asakura1-0/+2
2020-09-01Add SceVshBridge, SceAVConfig consts and protosReiko Asakura2-1/+13
2020-09-01Add SceRegMgrForSDK function prototypesReiko Asakura1-1/+64
2020-09-01Add scePafCes functionsReiko Asakura1-0/+48
2020-08-28Add SceGxmInternal functionsGrapheneCt1-0/+36
Thanks to Graphene
2020-08-28Rename sce_paf_private -> sce_pafGrapheneCt1-20/+20
Due to official name found in old version of paf module by Graphene.
2020-08-20Add sceAppMgrDrmOpen/CloseReiko Asakura1-1/+0