From 72b7d4168afc63db572539d41623c3ab0f09ddf4 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Mon, 23 Sep 2019 11:28:07 +0800 Subject: Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in setUVWH() macro --- libpsn00b/include/psxapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpsn00b/include/psxapi.h') 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 -- cgit v1.2.3