Commit Graph

444 Commits

Author SHA1 Message Date
Arthur Blot
ce2f895564 ge: more documentation & fix some fields' explanation 2021-10-16 19:58:07 +02:00
Arthur Blot
3ead010af1 ge: more commented sections 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
74ac4fcd78 ge: description of the module 2021-10-16 19:58:07 +02:00
Arthur Blot
a6bf10fb4c ge: clean & fix breakpoint 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
30bd8e5435 ge: unused variable 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
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
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
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
356cb63ce4
Add the chnnlsv module to the global makefile. (#84) 2021-03-06 10:29:32 +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
John Kelley
e0685d57fe
Replace error constants with defined error codes (#77)
* Add more kernel error types from RE'd code

* Replace error constants with error defines in RE'd code
2021-01-21 10:20:50 +01:00
artart78
2f06f86bde
Merge pull request #58 from robots/master
Ge improvements
2021-01-19 19:34:05 +01:00
John Kelley
ef92f92e2d
Fix various warnings caught by GCC 9 in newer psp-toolchain (#76)
* Fix various warnings caught by GCC 9 in newer psp-toolchain

* Add -Wno-pragma so that GCC 4 will not barf on newer pragmas

* Incorporate PR feedback for tautological compares

* Fix function prototype for module_start and module_bootstart

* Fix moduleRebootBefore and moduleRebootPhase function pointer types

* Re-add __inline__ to implementation of getCyclicPolynomialHash
2021-01-19 11:10:24 +01:00
artart78
276cb77645
Merge pull request #57 from joel16/master
Fix compile errors with latest psp toolchain
2021-01-16 12:28:25 +01:00
joel16
f10cdbb002 psp-fixup-imports: Fix indentation on if condition 2021-01-16 02:26:22 -05:00
joel16
65c07f9c3e psp-fixup-imports: Fix indentation 2021-01-16 00:28:37 -05:00