From f95ebb9d83f9637366580b44d0a4489b689ea4b8 Mon Sep 17 00:00:00 2001 From: "SND\\notaz_cp" Date: Mon, 11 Mar 2013 23:36:10 +0000 Subject: cdrom: use single read/play cursor, handle cdlRead for cdda cdlRead on cdda tested on real hardware git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83456 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/cdrom.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libpcsxcore/cdrom.h') diff --git a/libpcsxcore/cdrom.h b/libpcsxcore/cdrom.h index 31336c0c..290758ce 100755 --- a/libpcsxcore/cdrom.h +++ b/libpcsxcore/cdrom.h @@ -66,13 +66,14 @@ typedef struct { unsigned char ResultReady; unsigned char Cmd; unsigned char Readed; + unsigned char SetlocPending; u32 Reading; unsigned char ResultTN[6]; unsigned char ResultTD[4]; - unsigned char SetSector[4]; - unsigned char SetSectorEnd[4]; unsigned char SetSectorPlay[4]; + unsigned char SetSectorEnd[4]; + unsigned char SetSector[4]; unsigned char Track; boolean Play, Muted; int CurTrack; -- cgit v1.2.3