122 Commits

Author SHA1 Message Date
Felix-Dev
a0292a32a3
Controller module: Stop using custom API name (#67) 2021-01-02 01:36:51 +01:00
Felix-Dev
2b16aaaae2
Controller module: Update API naming and improve API documentation 2021-01-02 00:00:55 +01:00
Felix-Dev
d5bf38888e src/ctrl: Correctly applied SceCtrlData.Rx/Ry member introduction in f099b78dc0937df4e7346e2e417b63f471f8a3af to module code. 2018-10-27 19:24:29 +02:00
Felix-Dev
1e15137d38 src/ctrl: Applied member clarification introduced in f099b78dc0937df4e7346e2e417b63f471f8a3af to actual module code. 2018-10-27 08:26:11 +02:00
Bernard
f099b78dc0 Updated SceCtrlData and SceCtrlDataExt
Updated SceCtrlData and SceCtrlDataExt structs with inputs for DS3 controller
2017-09-24 15:39:01 -04:00
Bernard
d6a367f0ef Updated SceCtrlPadButtons
Updated SceCtrlPadButtons enum values and descriptions to account for DS3 controls
2017-09-24 15:15:02 -04:00
Felix-Dev
96adfcac15 include/net/lib_ssl.h: Fixed typo. 2016-08-08 00:26:24 +02:00
Felix-Dev
0cb5fcc3f2 include/sound/lib_ssl.h: Fixed misspelled include guard . 2016-08-08 00:24:38 +02:00
Felix-Dev
097b4848bb error code structure: Separated facility specific error codes from error codes commonly used throughout the kernel. include/errors.h now contains only commonly used errors. Facility specific error codes have their own header files. 2016-08-08 00:17:23 +02:00
Felix-Dev
339041f8dd include/errors.h: Began to separate specific error codes from commonly used error codes. 2016-08-05 00:51:56 +02:00
Felix-Dev
684347b231 Fixed doxygen docuemntation for umd_error.h and dnas_error.h. 2016-08-03 13:40:37 +02:00
Felix-Dev
924c3e3ec4 include/crypto/kirk.h: Added doxygen support. 2016-08-03 02:32:07 +02:00
Felix-Dev
8014c89e26 ddrdb: Code fixes, cleanups and updated documentation. 2016-08-03 02:12:24 +02:00
Felix-Dev
192ba6d352 include/modulemgr.h: Added more #define statements for module_start and module_stop functions. 2015-08-04 19:06:44 +02:00
Felix-Dev
ba8e22e4b4 include/threadman_kernel.h: Removed deprecated SceEventFlagWaitTypes enumeration. Use the #define values of format SCE_KERNEL_EW_* instead. 2015-06-04 20:21:26 +02:00
Felix-Dev
416f987f3d src/mediaman: Replaced two function names (with their NIDs as suffix) with their real names. 2015-05-31 20:47:10 +02:00
Felix-Dev
ad1c283d8e src/ctrl: Mostly cosmetic changes. 2015-05-29 00:10:23 +02:00
Felix-Dev
cb3abcdb91 src/ctrl: Fixes a bunch of mistakes in the controller module when obtaining input data from external input devices (i.e a DUALSHOCK®3 controller). 2015-05-27 20:38:41 +02:00
Arthur Blot
3b598cc67e Fixed some warnings, and some mistakes by the way
These warnings exist with my version of gcc, but not Travis's
apparently. They include strict aliasing issues and out-of-range array indices.
2014-05-12 20:07:57 +02:00
Arthur Blot
f8a708ed3c Added a FB color fill debugging function 2014-05-11 22:48:06 +02:00
Felix-Dev
2ab2ed7a9b include/ctrl.h: Slightly modified parts of the controller module documentation. 2014-05-09 23:26:39 +02:00
Felix-Dev
fd5e4d8495 mediaman: This commit corrects the sceUmd_040A7090() function in src/mediaman.c. Previously, it was using wrong error code values (which have also been fixed in this commit) and one error code check was missing. In addition, several spelling mistakes introduced with the previous mediaman commit were corrected.
include/common/errors.h: As noted above, several error code defines were corrected and a 1.50 mistake-error-code list has been added.
2014-05-04 15:52:59 +02:00
Felix-Dev
d4299c1996 mediaman: Made a few cosmetic changes to src/mediaman.c. Added doxygen documents and included documentation how to read from the UMD drive. 2014-05-03 23:13:23 +02:00
Felix-Dev
b75b95a3c9 include/threadman_kernel.h: Added event flag attributes and more event wait types. 2014-05-03 23:09:14 +02:00
Clément G
85a401c66d mediaman: more NIDs, regen libs 2014-04-25 23:46:48 +01:00
Clément G
43ec507bd0 usersystemlib: avoid conflicting prototypes for sceKernelMemcpy 2014-04-25 23:10:52 +01:00
Clément G
41bd039ab6 usersystemlib: sceKernelGetTlsAddr NID and doc 2014-04-25 21:58:38 +01:00
Clément G
0fabd9914a threadman: add some decrypted NIDs, regenerate libs 2014-04-25 00:52:15 +01:00
devnoname120
6c7d4fe385 include\loadcore.h: Updated documentation of struct SceModule 2014-04-18 02:36:14 +02:00
devnoname120
23e7df9561 include\loadcore.h: fixed wrong structure field offset 2014-04-13 22:14:04 +02:00
Felix-Dev
a0707a76d7 include/ctrl.h: Updated the SCE_CTRL_INTERCEPTED description. 2014-03-30 20:22:19 +02:00
Felix
df396f8404 controller module: Updated enum constants and function parameters to use their original SONY names. Slightly modified the description of sceCtrlSetRapidFire()
located in include/ctrl.h.
2014-03-25 13:51:05 +01:00
Felix
c055ded15f include/common/module.h: Added SCE_MODULE_ATTR_NONE flag. 2014-03-25 13:36:29 +01:00
Felix
7c27c50ecb include/loadcore.h -> include/modulemgr.h: Moved module start/stop return values from loadcore.h to modulemgr.h 2014-03-25 13:33:10 +01:00
Felix
cd933860d8 include/mediaman_kernel.h: Updated a few function signatures. 2014-03-04 19:31:53 +01:00
Felix
7848360964 mediaman: Uploaded mediaman's header files. 2014-03-04 19:25:51 +01:00
Felix
e25a8791bf mediaman: Updated external header files used by mediaman. 2014-03-04 19:23:47 +01:00
Felix
5c58572b57 UMD error codes restructuring: Moved UMD specific error codes from common/errors.h to umd_error.h. 2014-03-04 19:07:15 +01:00
Arthur Blot
df43507f1f sysmem: renamed most unknown variable names 2013-07-08 17:00:44 +02:00
Arthur Blot
45d8d8f4c3 sysmem: fixed compilation, yay! (and loadcore) 2013-07-08 00:08:53 +02:00
Arthur Blot
1b3e149713 sysmem: Make it closer to compiling 2013-07-07 01:05:31 +02:00
Arthur Blot
2f00304510 sysmem: Added handy UID macros 2013-07-07 01:04:16 +02:00
Arthur Blot
0f6f54c217 Added UPALIGN8() to.. up-align to 8 2013-07-07 00:58:48 +02:00
Arthur Blot
2dff2288c4 Added pspWsbw() 2013-07-07 00:57:45 +02:00
Arthur Blot
ce8919b3f0 sysmem: initial commit, not compiling yet 2013-07-05 17:09:12 +02:00
Arthur Blot
e9a990f05a Now init.prx runs perfectly through the installer! 2013-05-07 23:16:56 +02:00
Felix
79b14ee97a initForKernel library: Added library code files into src/modulemgr and added its documentation in include/modulemgr_init.h 2013-05-04 00:44:17 +02:00
Felix
a8fe5d6cac loadcore.c: Fixed sceKernelSetBootCallbackLevel. 2013-04-27 23:24:28 +02:00
Felix
adc378b017 include/Doxyfile: Removed Doxyfile. 2013-04-27 16:05:14 +02:00
Felix
c3e09159e7 init: Updated header files. 2013-04-27 15:35:05 +02:00