| Commit message (Collapse) | Author | Files | Lines |
|
The criteria for removal are
1. The syscall forwarder does not modify arguments or pass additional
arguments.
2. The syscall is not used outside of the syscall forwarder.
For the removed headers, appmgr.h is wrong, iofilemgr_syscall.h is
correct, and net_syscalls.h is unknown.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes no practical difference because _sceSharedFbOpen masks the
version with 0xFFFF0000, but ScePaf uses the full version number.
|
|
|
|
From: https://forum.devchroma.nl/index.php/topic,50.msg120.html#msg120
|
|
SceSharedFbInfo not added due to too many unknown fields. For reference
see:
https://github.com/GrapheneCt/libvita2d_sys
|
|
Changes document and variable types
|
|
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.
|
|
|
|
Struct definition from https://github.com/GrapheneCt/BGFTP/blob/c69fd4e7c3275dd5d6efd32af2e795df2ffab2d6/appmain/main.c#L16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Better doc, added Savedata related funcs.
* Added back erroneously deleted funcs.
Added back erroneously deleted funcs.
|
|
|
|
|
|
|
|
* - add sceKernelStartModule / sceKernelStopModule definitions
- add a few sceAppMgr definitions
* add ksceKernelGetMemBlockBase definition
|
|
- revert bit size of the structs;
this change have issue for build vita2d
- revert ErrorCode of SceMsgDialogErrorCodeParam;
I don't know reason of why change to TitleCase
- remove some whitespaces
- add some spaces
|
|
* 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.
|
|
|
|
|
|
|
|
* Fixed number of arguments in two functions
The number of arguments in the functions commited by @himanshugoel2797 were wrong
@himanshugoel2797, reverse enginering the api properly instead of just guessing them.
* Update appmgr.h
* Removed underscore function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|