From f7d110c7a0ec03491e9fedc70d72a034a4b3dfe8 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Tue, 8 Jun 2010 01:35:47 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@51475 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdrom.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libpcsxcore/cdrom.h') diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index 690ed495..c5d448cd 100644 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -65,16 +65,16 @@ typedef struct { unsigned char ResultReady; unsigned char Cmd; unsigned char Readed; - unsigned long Reading; + u32 Reading; unsigned char ResultTN[6]; unsigned char ResultTD[4]; unsigned char SetSector[4]; unsigned char SetSectorSeek[4]; unsigned char Track; - int Play; + boolean Play, Muted; int CurTrack; - int Mode, File, Channel, Muted; + int Mode, File, Channel; int Reset; int RErr; int FirstSector; @@ -84,9 +84,9 @@ typedef struct { int Init; unsigned char Irq; - unsigned long eCycle; + u32 eCycle; - int Seeked; + boolean Seeked; } cdrStruct; extern cdrStruct cdr; -- cgit v1.2.3