aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/include/psxcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpsn00b/include/psxcd.h')
-rw-r--r--libpsn00b/include/psxcd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpsn00b/include/psxcd.h b/libpsn00b/include/psxcd.h
index 072a219..6616b53 100644
--- a/libpsn00b/include/psxcd.h
+++ b/libpsn00b/include/psxcd.h
@@ -72,6 +72,7 @@
#define CdlIsoSeekError 0x01
#define CdlIsoReadError 0x02
#define CdlIsoInvalidFs 0x03
+#define CdlIsoLidOpen 0x04
#define btoi(b) ((b)/16*10+(b)%16) /* Convert BCD value to integer */
#define itob(i) ((i)/10*16+(i)%10) /* Convert integer to BCD value */
@@ -161,6 +162,8 @@ int CdGetVolumeLabel(char* label);
long* CdAutoPauseCallback(void(*func)());
int CdIsoError();
+int CdLoadSession(int session);
+
#ifdef __cplusplus
}
#endif