diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-03-11 09:11:01 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-03-11 09:11:01 +0800 |
| commit | e82da2abe4c264d4b48a48d79cf9b8e4c4fb8ab6 (patch) | |
| tree | 0e5aa79d00229902aa0eae88c018ee9d226f83b7 /libpsn00b/include | |
| parent | 84422eceb3ecaa325f814b306665e58b0c3be647 (diff) | |
| download | psn00bsdk-e82da2abe4c264d4b48a48d79cf9b8e4c4fb8ab6.tar.gz | |
Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit.
Diffstat (limited to 'libpsn00b/include')
| -rw-r--r-- | libpsn00b/include/psxcd.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
