Commit Graph

761 Commits

Author SHA1 Message Date
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
81965ecfe5 ge: add comments to stall.s 2021-10-16 19:58:07 +02:00
Arthur Blot
f361c05f23 ge: remove debugging stuff 2021-10-16 19:58:07 +02:00
Arthur Blot
9201466fa8 ge: fixed & commented 2021-10-16 19:58:07 +02:00
Arthur Blot
3e78a0b93e ge: stick to C89 2021-10-16 19:58:07 +02:00
Arthur Blot
a8149c3fcf ge: minor cleanup + one 'bugfix' 2021-10-16 19:58:07 +02:00
Arthur Blot
a7cdb88e63 ge: continue cleaning & explaining stuff 2021-10-16 19:58:07 +02:00
Arthur Blot
b00b0d7fa6 ge: some more comments etc 2021-10-16 19:58:07 +02:00
Arthur Blot
9a1f2bb452 ge: add debug stuff & clean & minor fixes 2021-10-16 19:58:07 +02:00
Felix-Dev
2410eb9a60
Update gh-actions to use latest Ubuntu environment (#98) 2021-10-16 19:19:22 +02:00
artart78
dbae6c4cc1
Merge pull request #94 from uofw/readme-update
Update README
2021-10-15 19:53:15 +02:00
Joel16
1227b8f4db usbacc: Clean up sceUsbAccGetAuthStat code format 2021-08-22 15:22:42 -04:00
Joel16
1f21aae3d0 usbacc: Clean up sceUsbAccGetAuthStat indentation 2021-08-22 15:19:42 -04: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
Joel16
b8bc07f5e6 Merge branch 'usbacc' of https://github.com/uofw/uofw into usbacc 2021-04-13 12:28:35 -04:00
joel16
9a056effe3 usbacc: Implement sceUsbAcc_internal_2A100C1F 2021-04-13 12:27:07 -04:00
joel16
f8b3efff9c usbacc: Use known function names for sceUsbBus_driver_* 2021-04-13 12:27:07 -04:00
joel16
a67d541568 usbacc: Use known function names 2021-04-13 12:27:07 -04:00
joel16
68717e82fc usbacc: Implement sceUsbAcc_internal_79A1C743 2021-04-13 12:27:07 -04:00
joel16
a44be8816d usbacc: Implement sceUsbAccRegisterType and sceUsbAccUnregisterType 2021-04-13 12:27:07 -04:00
joel16
d49c8ef95a usbacc: Begin usbacc reimplementation 2021-04-13 12:27:07 -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
Felix-Dev
9cec19df73
CI: Update consumed toolchain package to use psp-gcc 9 etc... (#92)
* CI: Update download link to the psp toolchain to consume.

* Update .github/workflows/main.yml

Co-authored-by: Margen67 <Margen67@users.noreply.github.com>

* Apply more suggestions by Margen67

Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
2021-04-04 20:25:05 +02:00
Felix-Dev
067e469c23
Change wording 2021-04-04 19:15:40 +02:00
Felix-Dev
61783eae08
Update invite link 2021-04-04 18:56:41 +02:00
Felix-Dev
3181617711
README: Update how to contact us 2021-04-04 18:50:46 +02:00
Felix-Dev
874bf4f9e5
README: Add link to presentation 2021-04-04 18:46:07 +02:00
Felix-Dev
d6e298f6a1 Upload presentation. 2021-04-04 18:13:09 +02:00
artart78
5d3df2408d
Merge pull request #90 from uofw/update-ps3-nids
Add many NIDs from the PS3 PSP emulator + others derived from them
2021-03-27 13:28:42 +01:00
Arthur Blot
dfb76f089a Explicit all NIDs 2021-03-27 11:22:44 +01:00
Arthur Blot
a486de3d36 Additional NIDs for sysmem + update rtc stub file 2021-03-22 23:06:58 +01: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
d42c2bab3a Add comment for WLAN and HP Remote controller bits. 2021-03-11 19:51:22 +01:00
Felix-Dev
da8778e2e1 Fix mistake in transmit_data_set_digital_kernel_key_data(). 2021-03-11 19:46:36 +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
8aecc4a816 Fix error in exec_syscon_cmd_power_suspend(). 2021-03-07 12:50:54 +01:00
Felix-Dev
cb64a4607c Add exec_syscon_cmd_power_suspend() and exec_syscon_cmd_power_standby(). 2021-03-07 12:09:45 +01:00
Felix-Dev
f85b2568b9 Apply exec_syscon_cmd_ prefix to more functions. 2021-03-07 11:34:58 +01:00
Felix-Dev
356cb63ce4
Add the chnnlsv module to the global makefile. (#84) 2021-03-06 10:29:32 +01:00
Felix-Dev
337377ca40 Add init_allegrex_session(). 2021-02-28 15:52:06 +01:00