diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-09-23 11:28:07 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-09-23 11:28:07 +0800 |
| commit | 72b7d4168afc63db572539d41623c3ab0f09ddf4 (patch) | |
| tree | ca6f3ba4e1deada4fb41ce6d34dd64e81afbc9b1 /libpsn00b/include/psxapi.h | |
| parent | 82a441e7bd3a5103330c7d5ca7f9df470953e586 (diff) | |
| download | psn00bsdk-72b7d4168afc63db572539d41623c3ab0f09ddf4.tar.gz | |
Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in setUVWH() macro
Diffstat (limited to 'libpsn00b/include/psxapi.h')
| -rw-r--r-- | libpsn00b/include/psxapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpsn00b/include/psxapi.h b/libpsn00b/include/psxapi.h index d25e620..9abcd0c 100644 --- a/libpsn00b/include/psxapi.h +++ b/libpsn00b/include/psxapi.h @@ -159,6 +159,8 @@ void ChangeClearRCnt(int t, int m); // Executable functions int Exec(struct EXEC *exec, int argc, char *argv); +void _boot(void); + #ifdef __cplusplus } #endif |
