diff options
Diffstat (limited to 'libpcsxcore/cdrom.h')
| -rw-r--r-- | libpcsxcore/cdrom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index 07b62924..9e4c6fa7 100644 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -87,6 +87,8 @@ typedef struct { u32 eCycle; boolean Seeked; + + u8 LidCheck; } cdrStruct; extern cdrStruct cdr; |
