Commit Graph

761 Commits

Author SHA1 Message Date
Kotcrab
30bf7392f8
Fixing libatrac3plus RE errors (#130)
Some checks failed
Build uOFW / build (push) Has been cancelled
Build uOFW / documentation (push) Has been cancelled
* libatrac3plus: fix RE errors

* libatrac3plus: clean up testing changes
2024-09-15 22:24:27 +02:00
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
ae300283cc Fix makefile for stubs 2024-06-14 15:36:58 +02:00
Kotcrab
41e7ca7183
Fix audio input thread (#127)
* docs: fix formatting

* audio: fix audio input thread
2024-06-14 15:01:54 +02:00
Arthur Blot
d024f2def6 ctrl: fix compilation with systimer updates 2024-06-09 22:32:54 +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
Kotcrab
1b1235ca7e
Audio: fix RE errors (#126) 2024-05-25 16:17:55 +02:00
Arthur Blot
cbaa3ebe07 Make some errors non-fatal for the latest toolchain version 2024-03-15 15:10:34 +01:00
Arthur Blot
35bab12f50 Kirk: minor fixes to the RE'ed ROM 2024-03-15 11:02:12 +01:00
Arthur Blot
223e5f256e Kirk: clean hardware interaction, and other quality fixes 2024-01-16 20:39:12 +01:00
artart78
9a70741e1b
Add pseudo-code for the reverse engineered Kirk ROM (#124)
* Add initial KIRK (pseudo-)code

* KIRK WIP

* KIRK WIP

* Kirk: continue WIP

* Kirk: final?
2024-01-14 23:45:19 +01:00
Arthur Blot
8a456ee43d Move main modules to src/kd/ 2024-01-10 22:25:25 +01:00
artart78
ad348db786
Merge pull request #123 from Linblow/loadcore-decompress-fix
Fixing RE errors in PspUncompress()
2023-09-05 21:54:13 +02:00
Linblow
97e42f11c5
Remove unused buf variable 2023-09-05 13:58:37 +02:00
Linblow
c4bc9a9e9f Fix RE errors in loadcore PspUncompress() 2023-09-05 13:28:30 +02:00
Arthur Blot
c517e4cee6 pre-ipl: minor naming/comment improvement 2023-02-03 14:11:50 +01:00
Arthur Blot
0c7ef6e747 preipl loader: minor fix 2023-02-03 12:55:59 +01:00
Arthur Blot
190de58eea Complete RE'ing of the 3rd retail version of the Pre-IPL 2023-02-02 21:58:50 +01:00
Arthur Blot
2783d765ea preipl v3 wip 2 2023-01-31 00:08:49 +01:00
Arthur Blot
d5a3af369d preipl v3 wip 2023-01-30 22:58:56 +01:00
Arthur Blot
fadb4703cd Add ver2 to preipl payload.S 2023-01-30 19:31:27 +01:00
Arthur Blot
4bb638e268 Add loader for other preipl versions 2023-01-30 19:06:54 +01:00
Arthur Blot
20b4eb8293 Add RE'ed preipl 2023-01-28 17:05:17 +01:00
artart78
ab65c38782
Merge pull request #120 from Linblow/mesgled
Improve mesg_led
2022-06-01 19:48:42 +02:00
Linblow
fa113e6e0f Rebuild mesg_led stubs libraries 2022-06-01 17:53:29 +02:00
Linblow
8304b20ce2 Simplify CheckTick 2022-06-01 17:45:58 +02: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
Linblow
3e6c30a9b5 Improve definition of SceExecFileDecryptMode 2022-06-01 17:43:15 +02:00
Linblow
df3a9f5725 Add /.vscode to .gitignore 2022-05-24 12:34:39 +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
artart78
821469f271
Merge pull request #118 from uofw/dmacman
Dmacman
2022-05-21 18:45:02 +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
2d66cf0238
Merge pull request #117 from uofw/np_inst
Np inst
2022-05-21 18:20:38 +02:00
Arthur Blot
b08e44a90f Merge remote-tracking branch 'origin/master' into np_inst 2022-05-21 18:20:28 +02:00
artart78
4f3280a9f2
Merge pull request #116 from uofw/np_core
Np core
2022-05-21 18:18:22 +02:00
artart78
7e64066077
Merge pull request #115 from uofw/http_storage
Http storage
2022-05-21 18:18:18 +02:00
artart78
62dd7dca1f
Merge pull request #114 from uofw/threadman
Threadman
2022-05-21 18:18:14 +02:00
artart78
34d8d4e4d8
Merge pull request #113 from uofw/mlnbridge_msapp
Mlnbridge msapp
2022-05-21 18:18:09 +02:00
artart78
042872e838
Merge pull request #112 from uofw/mesg_led
Mesg led
2022-05-21 18:18:01 +02:00
artart78
e93b19defd
Merge pull request #111 from uofw/ipl-260
IPL part1 RE for 2.60
2022-05-21 18:17:52 +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