diff options
Diffstat (limited to 'libpcsxcore/cdrom.h')
| -rwxr-xr-x | libpcsxcore/cdrom.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index 525df6b5..32275bda 100755 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -84,7 +84,8 @@ typedef struct { int Init; - unsigned char Irq; + u16 Irq; + u8 IrqRepeated; u32 eCycle; u8 Seeked; |
