diff options
Diffstat (limited to 'libpcsxcore/cdrom.h')
-rw-r--r-- | libpcsxcore/cdrom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index fde7f21..ab22ccd 100644 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -87,7 +87,7 @@ typedef struct { unsigned char Irq; u32 eCycle; - boolean Seeked; + u8 Seeked; u8 LidCheck; u8 FastForward; |