Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-08 | Rename include guards | Reiko Asakura | 1 | -3/+3 | |
2021-02-11 | Add package workflow | Reiko Asakura | 1 | -0/+4 | |
2021-01-19 | Remove dupe: kernel/threadmgr.h | Reiko Asakura | 1 | -1502/+3 | |
2020-09-18 | Add SceKernelForMono functions | GrapheneCt | 1 | -0/+28 | |
Credits: Graphene | |||||
2020-09-18 | Indent with tabs instead of spaces | Reiko Asakura | 1 | -13/+13 | |
2020-09-05 | Add thread related function and types | GrapheneCt | 1 | -7/+15 | |
Credits: Graphene | |||||
2020-08-03 | Add sceKernelWaitSignal and sceKernelSendSignal (#462) | Sunho Kim | 1 | -0/+23 | |
* Add sceKernelWaitSignal and sceKernelSendSignal * Update threadmgr.h * Update threadmgr.h | |||||
2020-07-23 | Add thread event functions for kernel | Reiko Asakura | 1 | -2/+0 | |
2020-07-05 | Add threadmgr constants and prototypes | Reiko Asakura | 1 | -365/+804 | |
2020-07-05 | Add kernel constants header | Reiko Asakura | 1 | -0/+1 | |
2020-07-05 | Add types headers | Reiko Asakura | 1 | -4/+1 | |
2020-06-26 | Fix many args (#451) | Princess of Sleeping | 1 | -11/+11 | |
Changes document and variable types | |||||
2020-06-23 | Revert vitasdk commits | Reiko Asakura | 1 | -10/+2 | |
Revert "Added sceAppMgrGetBudgetInfo prototype." This reverts commit 8fa5c1fd177b7f921ee809cea04099d3c7e25933. Revert "Added sceSharedFB group in doxygen doc." This reverts commit 70876044c82f8320eaa8c2da6b8af61b48625b18. Revert "Fix for incorrect sceGxmGetRenderTargetMemSize prototype." This reverts commit 361b2153c3ffee8aa4a022a41541391b6465d9fd. Revert "Added sceAVConfigSetDisplayColorSpaceMode prototype (#444)" This reverts commit 3a130e9ab8a981316dbd3d03abccf0a651baabe1. Revert "Added sceSharedFb prototypes." This reverts commit fe1adba231c35f60c0c54ed63bc52d9c25520bc5. Revert "tabification." This reverts commit 537864dfd836390810a0fc5b91256507f3459398. Revert "Fix value for SCE_EVENT_WAITMULTIPLE, add other missing event flags" This reverts commit eaeaa78e3890aa5ebf12ff88c2f57a08cfda9a51. Revert "Added sceGxmVshInitialize reference." This reverts commit dafa6f1c3a58a2ea9af8008edef4d4c6168c2f90. | |||||
2020-06-11 | tabification. | Simon Stapleton | 1 | -1/+1 | |
2020-06-11 | Fix value for SCE_EVENT_WAITMULTIPLE, add other missing event flags | Simon Stapleton | 1 | -2/+10 | |
2020-03-17 | Add macro SCE_KERNEL_THREAD_ID_SELF | Reiko Asakura | 1 | -0/+3 | |
2018-04-18 | Typo fix. | Rinnegatamante | 1 | -1/+1 | |
2018-04-18 | Added SCE_KERNEL_MUTEX_ATTR_RECURSIVE reference. | Rinnegatamante | 1 | -0/+4 | |
2018-03-14 | Added some ScePowerCallbackTypes, fix some typos. (#299) | Sree | 1 | -1/+2 | |
* fix: add createCallback param in example, typo for sys_exit * fix: adding more power callback types | |||||
2018-01-15 | Remove all NID mismatched definitions | Sunguk Lee | 1 | -9/+0 | |
anyway, we can't use these functions before finding right NID value. but if we provide these & doc contains these info, end-programmers can have confusion Resolve #201 | |||||
2017-12-01 | Add missing sceKernelTryLockLwMutex | Francisco José García García | 1 | -0/+1 | |
2017-10-26 | Fix typo | Francisco José García García | 1 | -1/+1 | |
2017-06-30 | The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfo | codestation | 1 | -1/+1 | |
2017-06-15 | Named anonymous enums in psp2. (#179) | Rinnegatamante | 1 | -78/+77 | |
* Named anonymous enums in psp2. Named anonymous enums in psp2. * Properly sorted enums. * Several modifications (see desc) Added some missing info, fixed identation in some places, aligned all enums and comments with spaces as delimiters, replaced decimal negative errorcode in location.h with hexadecimal one, added some comments and fixed some documentation comments. * Minor fixes in identation. * Yet another minor identation fix. * Fixed enums in structs. * Reverted SceBool changes. * SceBool fix. * Fix for compilation with g++- * Added some doc references in jpegenc. * Fixed some references. | |||||
2017-03-28 | Typo fixing, and misnamed struct (#151) | Hexxellor | 1 | -10/+10 | |
* Fixing Mostly Harmless Typos This fixes a bunch of miscellaneous typos and grammatical mistakes in the source which were mostly harmless with the exception of the ScreenShotParam in psp2/screenshot.h which didn’t match the name of the struct causing it to fail when using that header. | |||||
2017-02-10 | Switch license to MIT | devnoname120 | 1 | -2/+0 | |
Close #104 | |||||
2017-01-14 | Fix sceKernelCreateCond example | Sergi Granell | 1 | -2/+2 | |
2017-01-14 | Add Condition variables prototypes | Sergi Granell | 1 | -0/+109 | |
2016-11-17 | Documentation: Simplify grouping | devnoname120 | 1 | -1/+0 | |
2016-11-13 | All files should be added to the documentation now | devnoname120 | 1 | -3/+1 | |
2016-11-13 | More stuff related to doxygen | devnoname120 | 1 | -0/+4 | |
2016-09-24 | updated threadmgr pipe documentation | Davee | 1 | -22/+22 | |
2016-09-06 | Add LwCond | Francisco José García García | 1 | -0/+15 | |
2016-09-05 | Removed sceKernelRotateThreadReadyQueue. | Rinnegatamante | 1 | -9/+0 | |
2016-09-04 | added sceKernelGetThreadTLSAddr and sceKernelGetTLSAddr | Davee | 1 | -0/+15 | |
2016-09-01 | Add sceKernelGetSystemTimeWide | 173210 | 1 | -0/+6 | |
2016-08-02 | Add threadmgr LwMutex and power ClockFrequency | ribbid987 | 1 | -0/+16 | |
2016-08-01 | Update wait event flags | Sergi Granell | 1 | -1/+3 | |
2015-10-11 | Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdk | SMOKE5 | 1 | -22/+22 | |