diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-08 10:12:31 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-08 10:12:31 +0200 |
| commit | 3acc4f93f3b6a96da484aab1f08d61f900085e43 (patch) | |
| tree | 042ba2e5c35ba6b1e409c5c700177c7069e4c450 /libpsn00b/psxapi/stubs.json | |
| parent | 6ee55c23b042a1559e8cabfccf3b9d3320c4c5cc (diff) | |
| download | psn00bsdk-3acc4f93f3b6a96da484aab1f08d61f900085e43.tar.gz | |
Fix DMACallback bug, disable logging in release builds
Diffstat (limited to 'libpsn00b/psxapi/stubs.json')
| -rw-r--r-- | libpsn00b/psxapi/stubs.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpsn00b/psxapi/stubs.json b/libpsn00b/psxapi/stubs.json index 200cbc7..50ffb55 100644 --- a/libpsn00b/psxapi/stubs.json +++ b/libpsn00b/psxapi/stubs.json @@ -362,19 +362,19 @@ { "type": "b", "id": 74, - "name": "InitCard", + "name": "InitCARD", "file": "drivers.s" }, { "type": "b", "id": 75, - "name": "StartCard", + "name": "StartCARD", "file": "drivers.s" }, { "type": "b", "id": 76, - "name": "StopCard", + "name": "StopCARD", "file": "drivers.s" }, { |
