diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-08-17 14:44:29 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-08-17 14:44:29 +0800 |
| commit | 82a441e7bd3a5103330c7d5ca7f9df470953e586 (patch) | |
| tree | a8a933aa9f03767c6cebc5e11380c37931eae5cd /libpsn00b/psxapi/pad | |
| parent | e7f9e08937f9d556793c1e0ff0a08856a3897b41 (diff) | |
| download | psn00bsdk-82a441e7bd3a5103330c7d5ca7f9df470953e586.tar.gz | |
Added childexec example, added BIOS memory card functions, changed PAD function names, runtime library now 0.13b
Diffstat (limited to 'libpsn00b/psxapi/pad')
| -rw-r--r-- | libpsn00b/psxapi/pad/initpad.s | 10 | ||||
| -rw-r--r-- | libpsn00b/psxapi/pad/startpad.s | 10 | ||||
| -rw-r--r-- | libpsn00b/psxapi/pad/stoppad.s | 10 |
3 files changed, 0 insertions, 30 deletions
diff --git a/libpsn00b/psxapi/pad/initpad.s b/libpsn00b/psxapi/pad/initpad.s deleted file mode 100644 index d983d75..0000000 --- a/libpsn00b/psxapi/pad/initpad.s +++ /dev/null @@ -1,10 +0,0 @@ -.set noreorder -.section .text - -.global _InitPad -.type _InitPad, @function -_InitPad: - addiu $t2, $0 , 0xb0 - jr $t2 - addiu $t1, $0 , 0x12 -
\ No newline at end of file diff --git a/libpsn00b/psxapi/pad/startpad.s b/libpsn00b/psxapi/pad/startpad.s deleted file mode 100644 index c8e7da8..0000000 --- a/libpsn00b/psxapi/pad/startpad.s +++ /dev/null @@ -1,10 +0,0 @@ -.set noreorder -.section .text - -.global _StartPad -.type _StartPad, @function -_StartPad: - addiu $t2, $0 , 0xb0 - jr $t2 - addiu $t1, $0 , 0x13 -
\ No newline at end of file diff --git a/libpsn00b/psxapi/pad/stoppad.s b/libpsn00b/psxapi/pad/stoppad.s deleted file mode 100644 index 4465e5a..0000000 --- a/libpsn00b/psxapi/pad/stoppad.s +++ /dev/null @@ -1,10 +0,0 @@ -.set noreorder -.section .text - -.global _StopPad -.type _StopPad, @function -_StopPad: - addiu $t2, $0 , 0xb0 - jr $t2 - addiu $t1, $0 , 0x14 -
\ No newline at end of file |
