summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* libScePiglet: add function NIDsGrapheneCt2020-10-291-0/+189
| | | | Credits: GrapheneCt, SonicMastr
* Simplify building and installing stubsReiko Asakura2020-10-271-4/+29
|
* ScePsp2Compat: add and fix NIDsGrapheneCt2020-10-241-3/+71
|
* Add scePafMiscInitializeInputMethodExtGrapheneCt2020-10-241-0/+1
|
* Add SceMotion ext and internal funcsGrapheneCt2020-10-242-0/+120
|
* Added ShaccCg HeadersSonicMastr2020-10-164-0/+1226
| | | https://github.com/DolceSDK/headers/pull/12
* Add psp2/audiocodec.hGrapheneCt2020-10-132-0/+36
|
* Add memblock.hReiko Asakura2020-10-102-79/+267
|
* SceIniFileProcessor: fixes for type and namesReiko Asakura2020-10-022-13/+14
|
* Add sceAppMgrSendNotificationRequestGrapheneCt2020-10-011-0/+10
|
* Fix param type error in kernel/iofilemgr/syscall.hReiko Asakura2020-10-011-11/+11
|
* Add many functions in ScePsp2CompatGrapheneCt2020-09-261-0/+204
|
* Add gim.hGrapheneCt2020-09-231-0/+365
|
* Add PowerVR service functions and errorsReiko Asakura2020-09-232-0/+232
|
* Refactor SceGxmInternal headersReiko Asakura2020-09-239-42/+533
|
* Add SceFios2KernelPrincess of Sleeping2020-09-231-0/+88
| | | https://github.com/DolceSDK/headers/pull/11
* Move functions to correct libraryReiko Asakura2020-09-213-11/+20
|
* Remove functions for old firmware versionsReiko Asakura2020-09-216-32/+0
|
* Move libraries to correct moduleReiko Asakura2020-09-2115-392/+368
|
* Fix module name and debug fingerprintReiko Asakura2020-09-2117-20/+20
|
* 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-182-0/+36
| | | | 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-142-0/+228
| | | | | | | | Credits: Graphene
* | Merge VitasdkReiko Asakura2020-09-144-39/+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
| * Merge branch 'pr/465' into masterSunguk Lee2020-08-122-39/+16
| |\
| | * Refactor ksceKernelCpuUnrestrictedMemcpyPrincess of Sleeping2020-08-121-6/+5
| | | | | | | | | | | | apply memcpy and volatile
| | * Fix return type of SceCpuPrincess of Sleeping2020-08-121-31/+11
| | |
| | * Remove non-existing nid entry for SceCpuPrincess of Sleeping2020-08-101-2/+0
| |/
| * 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-052-0/+6
| |
* | Add thread related function and typesGrapheneCt2020-09-054-15/+29
| | | | | | | | 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
| |