summaryrefslogtreecommitdiff
path: root/libpcsxcore/cdrom.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/cdrom.h')
-rw-r--r--libpcsxcore/cdrom.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h
index 9e4c6fa7..da4fe108 100644
--- a/libpcsxcore/cdrom.h
+++ b/libpcsxcore/cdrom.h
@@ -56,7 +56,7 @@ typedef struct {
unsigned char Prev[4];
unsigned char Param[8];
- unsigned char Result[15];
+ unsigned char Result[16];
unsigned char ParamC;
unsigned char ParamP;
@@ -89,6 +89,8 @@ typedef struct {
boolean Seeked;
u8 LidCheck;
+ u8 FastForward;
+ u8 FastBackward;
} cdrStruct;
extern cdrStruct cdr;