Commit Graph

194 Commits

Author SHA1 Message Date
Kotcrab
ef94ca1aa5
Added isofs module (#129)
* isofs: add module

* isofs: clean up test
2024-08-28 22:37:48 +02:00
Kotcrab
6f55a2ecc8
Fix audio RE errors (#128)
* dmacman: add proper function name

* audio: fix RE errors
2024-07-12 22:48:05 +02:00
Arthur Blot
5bd9238f12 Fixed SceIoIob structure - thanks @Kotcrab for noticing the mistake 2024-07-01 22:16:49 +02:00
Arthur Blot
5d4b32c3c6 systimer: use structure definitions from official SDK 2024-06-08 22:03:10 +02:00
Arthur Blot
256a07828f Use GameInfo definition from official SDK 2024-06-08 21:40:07 +02:00
Arthur Blot
7c9dd316bc Fix dmacman headers using official SDK symbols (but not dmacman.c which was already broken) 2024-06-08 20:52:18 +02:00
Arthur Blot
4ca58f30b8 Use official symbols to complete or fix iofilemgr definitions 2024-06-08 20:44:39 +02:00
Arthur Blot
20b4eb8293 Add RE'ed preipl 2023-01-28 17:05:17 +01:00
Linblow
23a0826244 Add sceUtilsGetModuleExpireTick (sceMesgLed_driver_9E3C79D9) 2022-06-01 17:45:49 +02:00
Linblow
35b91b09a9 Use the proper mesg_led functions name 2022-06-01 17:43:26 +02:00
artart78
650e5cb5a8
Merge pull request #119 from uofw/idstorage
Idstorage
2022-05-21 18:48:40 +02:00
Arthur Blot
5362b813ac idstorage: fix threadman_kernel.h 2022-05-21 18:47:50 +02:00
Arthur Blot
522f4ecbd5 Merge remote-tracking branch 'origin/master' into idstorage 2022-05-21 18:44:52 +02:00
Arthur Blot
df008a980f dmacman: fix compilation/audio 2022-05-21 18:42:19 +02:00
Arthur Blot
84af3a7c0d Merge remote-tracking branch 'origin/master' into dmacman 2022-05-21 18:22:39 +02:00
artart78
042872e838
Merge pull request #112 from uofw/mesg_led
Mesg led
2022-05-21 18:18:01 +02:00
artart78
5b3a798316
Merge pull request #110 from uofw/syscon-controller-firmware-ta-096
Syscon controller firmware ta 096
2022-05-21 18:17:42 +02:00
artart78
470665e281
Merge pull request #109 from uofw/usbacc
Usbacc
2022-05-21 18:17:25 +02:00
Arthur Blot
89b5930e02 Merge remote-tracking branch 'origin/master' into libaac 2022-05-21 18:07:00 +02:00
Arthur Blot
59c5c086bb Fix compilation for the latest toolchain 2022-04-18 21:15:13 +02:00
Joel16
015c93cf6c Merge branch 'master' into usbacc 2022-01-16 19:51:20 -05:00
Arthur Blot
ce2f895564 ge: more documentation & fix some fields' explanation 2021-10-16 19:58:07 +02:00
Arthur Blot
70f9139a98 ge: more progress on documentation 2021-10-16 19:58:07 +02:00
Arthur Blot
8d2e3df9e8 ge: more cleaning 2021-10-16 19:58:07 +02:00
Arthur Blot
16d26b2996 ge: continue documenting/cleaning stuff 2021-10-16 19:58:07 +02:00
Arthur Blot
2bdff10835 ge: clean the deci2p stuff 2021-10-16 19:58:07 +02:00
Arthur Blot
dd2f30f2a6 ge: more work on breakpoints 2021-10-16 19:58:07 +02:00
Arthur Blot
ec30c32303 ge: more documentation & cleaning 2021-10-16 19:58:07 +02:00
Arthur Blot
eb57897568 ge: split include files between user & kernel 2021-10-16 19:58:07 +02:00
Arthur Blot
f115d7e5b4 ge: more cleaning 2021-10-16 19:58:07 +02:00
Arthur Blot
2f45340b43 ge: many code improvements, move code to the appropriate include files 2021-10-16 19:58:07 +02:00
Arthur Blot
2df63b7a21 ge: add sysevent stuff from the power branch so it compiles 2021-10-16 19:58:07 +02:00
Arthur Blot
128c203128 ge: use brand new L2 cache function 2021-10-16 19:58:07 +02:00
Arthur Blot
9201466fa8 ge: fixed & commented 2021-10-16 19:58:07 +02:00
Arthur Blot
a7cdb88e63 ge: continue cleaning & explaining stuff 2021-10-16 19:58:07 +02:00
Joel16
f0153746cd usbacc: Move usb driver structs and funcs to usbbus.h and clean-up some usbacc functions 2021-08-22 15:17:34 -04:00
Felix-Dev
ef05dd20a3 include/ctrl.h: Typo fix and Doxygen output improvements. 2021-04-06 23:06:22 +02:00
Felix-Dev
189f7d8426 Attempt to fix doygen missing description for SceCtrlLatch. 2021-04-05 21:41:52 +02:00
Felix-Dev
4c3f58a9ce
Controller service: Improve API documentation & fix a mistake (#95)
* * Improve API documentation.

* Fix mistake in sceCtrlSetIdleCancelThreshold()

* Some more small changes.

* More API doc improvements.

* Attempt to fix doxygen errors.
2021-04-05 21:27:10 +02:00
Arthur Blot
60966d6a2c Update stubs with new NIDs (+ bugfix for init.prx which used an old name) 2021-03-22 22:36:21 +01:00
Arthur Blot
5dd74aaf48 Add many NIDs from the PS3 PSP emulator + others derived from them 2021-03-22 22:14:20 +01:00
Felix-Dev
9cfaa62359
Fix SCE_MODULE_STOP macro. (#89) 2021-03-22 21:36:56 +01:00
Felix-Dev
2e51c63205 Merge branch 'master' into syscon-controller-firmware-ta-096 2021-03-11 19:38:47 +01:00
Felix-Dev
c3f4d22af8
errors.h: Add more error codes. (#86)
* include/common/errors.h: Add more error codes.

* Fix Sony typo.
2021-03-10 19:27:12 +01:00
Felix-Dev
dc18fb9847
Controller service: Add comments detailing SYSCON retrieved button states. (#83)
* Add comments higlighting that the PSP's hardware buttons are [active low].

* Remove empty comment lines.
2021-02-27 10:55:29 +01:00
Felix-Dev
bde62aabd4 Add get_batt_volt_ad(). 2021-02-23 09:44:17 +01:00
Felix-Dev
df3bfef48b Update syscon commands 0x35 and 0x36. 2021-02-22 22:00:28 +01:00
Felix-Dev
87a2316632 Add ctrl_analog_xy_polling(). 2021-02-22 20:48:38 +01:00
Felix-Dev
fcb1e6e76d Add send_setparam() and receive_setparam(). 2021-02-22 18:41:10 +01:00
Felix-Dev
1a7a8322df First set of syscon cmd functions. 2021-02-19 13:07:26 +01:00