From e82da2abe4c264d4b48a48d79cf9b8e4c4fb8ab6 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Wed, 11 Mar 2020 09:11:01 +0800 Subject: Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit. --- libpsn00b/include/psxcd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpsn00b/include') diff --git a/libpsn00b/include/psxcd.h b/libpsn00b/include/psxcd.h index 1d045d9..072a219 100644 --- a/libpsn00b/include/psxcd.h +++ b/libpsn00b/include/psxcd.h @@ -103,7 +103,7 @@ typedef struct _CdlATV */ typedef struct _CdlFILE { - CdlLOC loc; + CdlLOC pos; u_int size; char name[16]; } CdlFILE; @@ -125,7 +125,7 @@ typedef void (*CdlCB)(int, unsigned char *); extern "C" { #endif -int CdInit(int mode); +int CdInit(void); CdlLOC* CdIntToPos(int i, CdlLOC *p); int CdPosToInt(CdlLOC *p); -- cgit v1.2.3